Skip to content

Commit 443ecb0

Browse files
committed
Remove support for v2
1 parent 51e5b28 commit 443ecb0

File tree

2 files changed

+0
-158
lines changed

2 files changed

+0
-158
lines changed

dooit/__main__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ def main(ctx, version: bool, config: str, db: str) -> None:
4949
run_dooit(config=config, db_path=db)
5050

5151

52-
@main.command(help="Migrate data from v2 to v3.")
53-
def migrate() -> None:
54-
from dooit.utils.cli_logger import logger
55-
56-
logger.info("Migrating from v2 ...")
57-
from dooit.backport.migrate_from_v2 import Migrator2to3
58-
59-
migrator = Migrator2to3()
60-
migrator.migrate()
61-
62-
6352
@main.command(help="Show config location.")
6453
def config_loc() -> None:
6554
"""Print the location of the configuration file."""

dooit/backport/migrate_from_v2.py

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

0 commit comments

Comments
 (0)