Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 8946257 commit d597de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/widgetastic_patternfly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This package contains classes that represent widgets in Patternfly for Widgetastic"""

import functools
import re
import time
Expand Down
1 change: 1 addition & 0 deletions testing/test_all_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
instantiated. The widgets appear to get instantiated upon accessing them in the instantiated view.
After all of this, the behavior of the widget objects can be tested.
"""

import inspect

import pytest
Expand Down

0 comments on commit d597de7

Please sign in to comment.