fix flake8 and isort errors
This commit is contained in:
parent
a9262ddcee
commit
53a6bdb8cf
7 changed files with 12 additions and 19 deletions
|
@ -286,7 +286,7 @@ class Graph:
|
|||
if not len(orig_points_i) or not len(dest_points_i):
|
||||
raise AlreadyThere()
|
||||
|
||||
#if set(orig_points_i) & set(dest_points_i):
|
||||
# if set(orig_points_i) & set(dest_points_i):
|
||||
# raise AlreadyThere()
|
||||
|
||||
add_orig_point = origin if isinstance(origin, PointLocation) else None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue