Skip to content

Commit 6b19453

Browse files
martindemellorchen152
authored andcommitted
Move error code into its own subpackage
PiperOrigin-RevId: 617206722
1 parent f5f6e54 commit 6b19453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytype_extensions/test_pytype_extensions.py

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

33
import os
44

5-
from pytype import errors
5+
from pytype.errors import errors
66
from pytype.pytd import pytd_utils
77
from pytype.tests import test_base
88

0 commit comments

Comments
 (0)