Skip to content

Commit 7cdf314

Browse files
ci: ensure extend_path lines in glean/__init__.py
1 parent e9f5422 commit 7cdf314

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/glean/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+
from pkgutil import extend_path
3+
4+
__path__ = extend_path(__path__, __name__)
5+
26

37
from ._version import (
48
__title__,

0 commit comments

Comments
 (0)