Skip to content

Commit fb7a8d7

Browse files
committed
remove comments
1 parent 8c84dc7 commit fb7a8d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/compas/datastructures/network/planarity.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@
88

99
from itertools import product
1010

11-
# import compas
12-
1311
from compas.geometry import angle_vectors_xy
1412
from compas.geometry import is_intersection_segment_segment_xy
1513
from compas.geometry import is_ccw_xy
1614
from compas.geometry import subtract_vectors_xy
1715

18-
# if not compas.IPY:
19-
# import planarity
20-
2116

2217
__all__ = [
2318
'network_is_crossed',

0 commit comments

Comments
 (0)