Skip to content

Commit 5c7aadf

Browse files
committed
formatting
1 parent c69d9d5 commit 5c7aadf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/util_test.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ def setUp(self) -> None:
2424

2525
def test_getattr_proxy(self) -> None:
2626
with warnings.catch_warnings():
27-
warnings.filterwarnings('ignore', category=DeprecationWarning,
28-
message='.*Use timezone-aware objects to represent datetimes')
27+
warnings.filterwarnings(
28+
"ignore",
29+
category=DeprecationWarning,
30+
message=".*Use timezone-aware objects to represent datetimes",
31+
)
2932
assert self.cert1.has_expired() is True
3033

3134
def test_eq(self) -> None:

0 commit comments

Comments
 (0)