pre-commit: add isort hook and apply (#354)
This commit is contained in:
committed by
GitHub
parent
18a518efa7
commit
70310c9e8c
@@ -1,14 +1,14 @@
|
||||
import pytest
|
||||
|
||||
from google.protobuf import json_format
|
||||
|
||||
import betterproto
|
||||
from tests.output_betterproto.google_impl_behavior_equivalence import (
|
||||
Test,
|
||||
Foo,
|
||||
Test,
|
||||
)
|
||||
from tests.output_reference.google_impl_behavior_equivalence.google_impl_behavior_equivalence_pb2 import (
|
||||
Test as ReferenceTest,
|
||||
Foo as ReferenceFoo,
|
||||
Test as ReferenceTest,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user