Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jun 28, 2024
1 parent 317d415 commit a791011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions voluptuous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
... 'Users': {'snmp_community': 'monkey'}}}}
True
"""

# flake8: noqa
# fmt: off
from voluptuous.schema_builder import *
Expand Down
1 change: 0 additions & 1 deletion voluptuous/schema_builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# fmt: off
from __future__ import annotations

Expand Down

0 comments on commit a791011

Please sign in to comment.