Skip to content

Commit

Permalink
string -> str
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Chris Colbert committed Feb 1, 2025
1 parent 934b916 commit 2c7ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enaml/core/dynamicscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _generate_keys(scope: DynamicScope):
owner = owner._parent


def _filter_keys(keys: Iterable[string]):
def _filter_keys(keys: Iterable[str]):
""" Filter an iterable of keys for duplicates and private names.
Parameters
Expand Down

0 comments on commit 2c7ac5b

Please sign in to comment.