Browse Source

polygonal circuit tests: added missing import

https://travis-ci.org/fphammerle/freesurfer-surface/jobs/534271091
Fabian Peter Hammerle 5 years ago
parent
commit
924c2f2ff1
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
 
-from freesurfer_surface import PolygonalCircuit
+from freesurfer_surface import PolygonalCircuit, Vertex
 
 
 def test_init_tuple():