Skip to content

Commit

Permalink
Fix Ruff error instead of ignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinhart committed Jun 26, 2024
1 parent 7949324 commit ce04095
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/pulumi_aws_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .autotag import register_auto_tags # noqa: F401
from .taggable import is_taggable # noqa: F401
from .autotag import register_auto_tags
from .taggable import is_taggable

__all__ = ("register_auto_tags", "is_taggable")

0 comments on commit ce04095

Please sign in to comment.