Skip to content

Commit 41f4521

Browse files
author
John Chadwick
committed
Prefer absolute imports
1 parent b9a59b5 commit 41f4521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protovalidate/internal/field_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
from buf.validate import validate_pb2 # type: ignore
16-
from . import string_format
16+
from protovalidate.internal import string_format
1717

1818

1919
def string(path: validate_pb2.FieldPath) -> str:

0 commit comments

Comments
 (0)