get rid of unnecessary .init imports
This commit is contained in:
parent
069732600c
commit
9d5d368891
13 changed files with 5 additions and 28 deletions
|
@ -14,7 +14,7 @@ After that, you can set config attributes:
|
|||
"""
|
||||
# TODO later, If I have config stubs that might be unnecessary too..
|
||||
|
||||
from . import init
|
||||
from . import init # todo not sure if this line is necessary? the stub will trigger it anyway
|
||||
|
||||
import my.config as config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue