Skip to content

Commit

Permalink
Remove unused import to fix Python linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bdutro committed May 2, 2024
1 parent 130398f commit 68f1029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helios/pipeViewer/pipe_view/model/element_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# [Element, val].
from __future__ import annotations
from bisect import bisect, bisect_left
from typing import Any, Dict, List, Optional, Tuple, Union, TYPE_CHECKING
from typing import Any, Dict, List, Optional, Tuple, Union
from . import content_options as content
from . import highlighting_utils
from .element import Element, FakeElement, PropertyValue
Expand Down

0 comments on commit 68f1029

Please sign in to comment.