fixed imports

This commit is contained in:
əlemi 2022-04-19 02:17:35 +02:00
parent 3b9880ad6b
commit 631ff0bc2c
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,2 @@
from .treepuncher import Treepuncher, Addon, ConfigObject
from .treepuncher import Treepuncher
from .addon import Addon, ConfigObject

View file

@ -13,7 +13,8 @@ from dataclasses import dataclass, MISSING, fields
from setproctitle import setproctitle
from .treepuncher import Treepuncher, Addon, ConfigObject, MissingParameterError
from .treepuncher import Treepuncher, MissingParameterError
from .addon import Addon, ConfigObject
from .helpers import configure_logging
def main():