Skip to content

Commit

Permalink
Restyled by reorder-python-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 23, 2024
1 parent f39e155 commit 4d24ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/auto_tests/self_connection_status_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import collections
import time
import unittest
from dataclasses import dataclass, field
from dataclasses import dataclass
from dataclasses import field
from typing import Callable

import pytox.toxcore.tox as core
Expand Down

0 comments on commit 4d24ae7

Please sign in to comment.