diff options
Diffstat (limited to 'lib/sqlalchemy/util/langhelpers.py')
| -rw-r--r-- | lib/sqlalchemy/util/langhelpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 2cb9c45d6..4e161c80c 100644 --- a/lib/sqlalchemy/util/langhelpers.py +++ b/lib/sqlalchemy/util/langhelpers.py @@ -1677,7 +1677,7 @@ def parse_user_argument_for_enum( _creation_order = 1 -def set_creation_order(instance): +def set_creation_order(instance: Any) -> None: """Assign a '_creation_order' sequence to the given instance. This allows multiple instances to be sorted in order of creation |
