mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +00:00
🧹 Cleanup some things
This commit is contained in:
parent
db63bf5ddd
commit
d433bf486e
2 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,11 @@ Configuration files of dependencies can be merged into the current
|
|||
|
||||
"""
|
||||
|
||||
|
||||
# noinspection PyUnresolvedReferences
|
||||
from .config import *
|
||||
# noinspection PyUnresolvedReferences
|
||||
from .sources import *
|
||||
# noinspection PyUnresolvedReferences
|
||||
from .errors import *
|
||||
# noinspection PyUnresolvedReferences
|
||||
from .customtyping import *
|
||||
|
|
|
@ -22,7 +22,6 @@ Configuration
|
|||
A group of items.
|
||||
"""
|
||||
|
||||
import os
|
||||
import lazy_object_proxy
|
||||
import typing as t
|
||||
import logging
|
||||
|
|
Loading…
Reference in a new issue