Skip to content

Commit b25d524

Browse files
committed
Delete models/migrate.py
migrate.py has tools for migrating from the old evals zookeeper database. It's not been touched in a long time. As a byproduct, fixes `import-outside-toplevel`
1 parent 6818b7a commit b25d524

File tree

3 files changed

+0
-353
lines changed

3 files changed

+0
-353
lines changed

.pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ disable =
1212
bad-continuation,
1313
too-few-public-methods,
1414
global-statement,
15-
import-outside-toplevel,
1615
cyclic-import,
1716
locally-disabled,
1817
file-ignored

conditional/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,4 @@ def route_errors(error, user_dict=None):
195195
**data), int(code)
196196

197197

198-
@app.cli.command()
199-
def zoo():
200-
from conditional.models.migrate import free_the_zoo
201-
free_the_zoo(app.config['ZOO_DATABASE_URI'])
202-
203-
204198
logger.info('conditional started')

conditional/models/migrate.py

Lines changed: 0 additions & 346 deletions
This file was deleted.

0 commit comments

Comments
 (0)