ソースを参照

polygonal circuit tests: added missing import

https://travis-ci.org/fphammerle/freesurfer-surface/jobs/534271091
Fabian Peter Hammerle 5 年 前
コミット
924c2f2ff1
1 ファイル変更1 行追加1 行削除
  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():