Skip to content

Commit e685f44

Browse files
committed
Remove placeholder error for local migration in _Utils class
1 parent a2e9144 commit e685f44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/iop/_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ def migrate(filename=None):
358358

359359
_Utils._cleanup_sys_path(path)
360360

361-
raise ValueError("Migration is not implemented yet. Please use the remote migration feature.")
362-
363361
@staticmethod
364362
def _load_settings(filename):
365363
"""Load settings module from file or default location.

0 commit comments

Comments
 (0)