Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and j-ororke committed Oct 23, 2024
1 parent 5dc3802 commit 1140424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/test_testing/test_TC_CADMIN_1_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# limitations under the License.
#

from mdns_discovery import mdns_discovery
import asyncio
import os
import random
Expand All @@ -33,7 +34,6 @@
parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(parent_dir)

from mdns_discovery import mdns_discovery

# isort: on

Expand Down

0 comments on commit 1140424

Please sign in to comment.