Skip to content

Commit efb0d4a

Browse files
committed
more
1 parent 2e85d55 commit efb0d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftSyntaxBuilder/gyb_helpers/SyntaxBuildableWrappers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from gyb_syntax_support import SYNTAX_TOKEN_MAP, create_node_map, SYNTAX_NODES
22
from gyb_syntax_support.kinds import SYNTAX_BASE_KINDS
33
from gyb_syntax_support.kinds import lowercase_first_word
4-
from ExpressibleAsConformances import SYNTAX_BUILDABLE_EXPRESSIBLE_AS_CONFORMANCES
5-
from utils import flat_documentation
4+
from .ExpressibleAsConformances import SYNTAX_BUILDABLE_EXPRESSIBLE_AS_CONFORMANCES
5+
from .utils import flat_documentation
66

77
class SyntaxBuildableChild:
88
"""

0 commit comments

Comments
 (0)