Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
T0ine34 committed Jul 7, 2024
1 parent 87ce552 commit f96c258
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions create-module/src/main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

from zipfile import ZipFile
import os
import json
from datetime import datetime
from customTypes import Version, ModuleTypes
from .customTypes import Version, ModuleTypes

from gamuLogger import debug, info, error, critical, Logger, LEVELS
from gamuLogger import debug

from .utils import addFolderToZip

Expand Down

0 comments on commit f96c258

Please sign in to comment.