Skip to content

Commit

Permalink
Fix test cleanup in import_modules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Nov 21, 2023
1 parent 13316a5 commit a30307f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run(ctx):


def tearDown(self):
self.query("drop schema scikit_learn cascade")
self.query("drop schema import_all_modules")


if __name__ == '__main__':
Expand Down

0 comments on commit a30307f

Please sign in to comment.