Skip to content

Commit

Permalink
less e501 (#15689)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jul 7, 2023
1 parent 0f15486 commit 1b2ed64
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/core/full_node/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# flake8: noqa: E501
from __future__ import annotations

parallel = True
Expand Down
1 change: 0 additions & 1 deletion tests/core/full_node/stores/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# flake8: noqa: E501
from __future__ import annotations

parallel = True
Expand Down
1 change: 0 additions & 1 deletion tests/wallet/cat_wallet/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# flake8: noqa: E501
from __future__ import annotations

job_timeout = 50
Expand Down
1 change: 0 additions & 1 deletion tests/wallet/clawback/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# flake8: noqa: E501
from __future__ import annotations

checkout_blocks_and_plots = True
1 change: 0 additions & 1 deletion tests/wallet/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# flake8: noqa: E501
from __future__ import annotations

job_timeout = 40
Expand Down
1 change: 0 additions & 1 deletion tests/wallet/did_wallet/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# flake8: noqa: E501
from __future__ import annotations

job_timeout = 50
Expand Down

0 comments on commit 1b2ed64

Please sign in to comment.