Skip to content

Commit 6b105dd

Browse files
committed
Fix isort
1 parent 21a9f98 commit 6b105dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

33
from proto_schema_parser import ast
4-
from proto_schema_parser.parser import _ASTConstructor, Parser
4+
from proto_schema_parser.parser import Parser, _ASTConstructor
55

66

77
def test_parse_person():

0 commit comments

Comments
 (0)