Skip to content

Commit 2a8dae4

Browse files
Fix lint test
1 parent d0febd3 commit 2a8dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232
from ops.testing import Harness
3333
from psycopg2 import OperationalError
34-
from tenacity import RetryError, wait_fixed
34+
from tenacity import RetryError
3535

3636
from backups import CANNOT_RESTORE_PITR
3737
from charm import (

0 commit comments

Comments
 (0)