Skip to content

Commit d6f507e

Browse files
committed
sort imports
1 parent 35cb548 commit d6f507e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/commands/v2/pysa_server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111

1212
import asyncio
1313
import logging
14-
from pathlib import Path
1514
from collections import defaultdict
15+
from pathlib import Path
1616
from typing import List, Sequence, Dict
1717

1818
from ....api import query, connection as api_connection
1919
from ....api.connection import PyreQueryError
20-
2120
from ... import (
2221
json_rpc,
2322
command_arguments,

0 commit comments

Comments
 (0)