Skip to content

Commit 0e9dfb9

Browse files
committed
Remove unused/unnecessary imports
1 parent c654e6f commit 0e9dfb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/zaptec/test_redact.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
from __future__ import annotations
44

5-
from codecs import ascii_encode
6-
from pprint import pformat
7-
import re
8-
95
import pytest
106

11-
from custom_components.zaptec.zaptec import zconst
127
from custom_components.zaptec.zaptec.redact import Redactor
138
from custom_components.zaptec.zaptec.zconst import ZCONST
149

@@ -45,7 +40,6 @@ def test_add_and_dumps_creates_entries(redactor: Redactor) -> None:
4540

4641
dump_output = redactor.dumps()
4742
assert "secret_value" in dump_output
48-
assert isinstance(pformat({}), str)
4943

5044

5145
def test_add_uid_uses_uid_tail(redactor: Redactor) -> None:

0 commit comments

Comments
 (0)