Skip to content

Commit ba5d8a4

Browse files
committed
Don't import submodules when doing star-import
1 parent 247f09d commit ba5d8a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/srctools/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
'VTF',
4747
'SurfaceProp', 'SurfChar',
4848
'GameID',
49-
50-
# Submodules:
51-
'binformat', 'bsp', 'cmdseq', 'const', 'dmx', 'fgd', 'filesys', 'game', # pyright: ignore
52-
'instancing', 'logger', 'math', 'mdl', 'packlist', 'particles', 'keyvalues', 'run', # pyright: ignore
53-
'smd', 'sndscript', 'surfaceprop', 'tokenizer', 'vmf', 'vmt', 'vpk', 'vtf', # pyright: ignore
5449
]
5550

5651
# import string

0 commit comments

Comments
 (0)