Skip to content

Commit 938cc47

Browse files
committed
remove comments
1 parent a6d62b8 commit 938cc47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/navv/spreadsheet_tools.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ def get_segments_data(ws):
115115
color=[copy(row[0].fill), copy(row[0].font)],
116116
)
117117
)
118-
# all_ips = []
119-
# for segment in segments:
120-
# all_ips = all_ips + segment.network_ips
121-
# segments.append(all_ips)
122118
return segments
123119

124120

0 commit comments

Comments
 (0)