Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbremner committed Jun 19, 2024
1 parent 7e42012 commit 14b2d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/common/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _generate_python_class(model, env=None):
env['ua'] = ua
if "datetime" not in env:
env['datetime'] = datetime
env['datetime'] = timezone
env['timezone'] = timezone
if "uuid" not in env:
env['uuid'] = uuid
if "enum" not in env:
Expand Down

0 comments on commit 14b2d2f

Please sign in to comment.