Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Chris Colbert committed Feb 1, 2025
1 parent 2c7ac5b commit e3510d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enaml/core/dynamicscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# The full license is in the file LICENSE, distributed with this software.
# ------------------------------------------------------------------------------
from collections.abc import Iterable
from enaml.core.declarative import Declarative
from enaml.core._dynamicscope import _DynamicScope, UserKeyError
from enaml.core._dynamicscope import _DynamicScope


class DynamicScope(_DynamicScope):
Expand Down

0 comments on commit e3510d4

Please sign in to comment.