Skip to content

Commit

Permalink
fix(core): Fix serve component reregister
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Dec 18, 2023
1 parent 99ea9bc commit 5269888
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dbgpt/serve/prompt/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __init__(
self._system_app = None
self._api_prefix = api_prefix
self._tags = tags
super().__init__(system_app)

def init_app(self, system_app: SystemApp):
self._system_app = system_app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def __init__(
self._system_app = None
self._api_prefix = api_prefix
self._tags = tags
super().__init__(system_app)

def init_app(self, system_app: SystemApp):
self._system_app = system_app
Expand Down

0 comments on commit 5269888

Please sign in to comment.