Skip to content

Commit 05e6405

Browse files
committed
Remove unnecessary imports, dependency, and files in gitignore
1 parent cdc1dfd commit 05e6405

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ server/example_configurations/repository_standalone/input/
3636
server/example_configurations/repository_standalone/storage/
3737
server/example_configurations/registry_standalone/input/
3838
server/example_configurations/registry_standalone/storage/
39-
/storage/
40-
server/storage/
41-
/server/example_configurations/compose.yml

server/app/interfaces/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
from .base import *
2-
from .discovery import *
3-
from .registry import *
4-
from .repository import *
1+

server/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ classifiers = [
3636
]
3737
requires-python = ">=3.10"
3838
dependencies = [
39-
"wsgicors",
4039
"urllib3>=1.26,<3",
4140
"Werkzeug>=3.0.3,<4",
4241
]

0 commit comments

Comments
 (0)