瀏覽代碼

polygonal circuit tests: added missing import

https://travis-ci.org/fphammerle/freesurfer-surface/jobs/534271091
Fabian Peter Hammerle 5 年之前
父節點
當前提交
b8b2237de6
共有 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():