Skip to content

Commit 359da16

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1d59eb5 commit 359da16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/widgetastic_patternfly/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This package contains classes that represent widgets in Patternfly for Widgetastic"""
2+
23
import functools
34
import re
45
import time

testing/test_all_components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
instantiated. The widgets appear to get instantiated upon accessing them in the instantiated view.
55
After all of this, the behavior of the widget objects can be tested.
66
"""
7+
78
import inspect
89

910
import pytest

0 commit comments

Comments
 (0)