aboutsummaryrefslogtreecommitdiff
path: root/annotate_change_v2.py
diff options
context:
space:
mode:
Diffstat (limited to 'annotate_change_v2.py')
-rw-r--r--annotate_change_v2.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/annotate_change_v2.py b/annotate_change_v2.py
deleted file mode 100644
index 0aa4765..0000000
--- a/annotate_change_v2.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from app import create_app, db, cli
-
-app = create_app()
-cli.register(app)