Skip to content

Commit 7f32254

Browse files
authored
Merge pull request #114 from Geode-solutions/fix/remove_init_imports
fix(Imports): remove imports in __init__.py
2 parents 15a823f + dd30fdf commit 7f32254

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ wslink==1.12.4
6161
yarl>=1
6262
# via aiohttp
6363

64-
opengeodeweb-microservice==1.*,>=1.0.11
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from .config import *
2-
from .utils_functions import *
3-
from .vtk_protocol import *
1+

0 commit comments

Comments
 (0)