Skip to content

Commit

Permalink
feat: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Nov 29, 2024
1 parent 4174905 commit 3647f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/spaceone/inventory_v2/error/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from spaceone.inventory_v2.error.region import *
from spaceone.inventory_v2.error.region import *
from spaceone.inventory_v2.error.collector import *
4 changes: 0 additions & 4 deletions src/spaceone/inventory_v2/interface/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
from spaceone.core.pygrpc.server import GRPCServer

_all_ = ["app"]

app = GRPCServer()

0 comments on commit 3647f5c

Please sign in to comment.