Browse Source

polygonal circuit tests: added missing import

https://travis-ci.org/fphammerle/freesurfer-surface/jobs/534271091
Fabian Peter Hammerle 6 years ago
parent
commit
b8b2237de6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_polygonal_circuit.py

+ 1 - 1
tests/test_polygonal_circuit.py

@@ -1,6 +1,6 @@
 import pytest
 import pytest
 
 
-from freesurfer_surface import PolygonalCircuit
+from freesurfer_surface import PolygonalCircuit, Vertex
 
 
 
 
 def test_init_tuple():
 def test_init_tuple():