Skip to content

Commit

Permalink
remove extraneous reset
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Sep 20, 2024
1 parent 6f6ad9d commit 6cc04da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gateway/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def Config(self, request, context):
need_reset = True
self._options = duck_db()
case "datafusion":
need_reset = False
if (self._backend is not None and
self._options.backend.backend != BackendEngine.DATAFUSION):
need_reset = True
Expand Down

0 comments on commit 6cc04da

Please sign in to comment.