index
:
linklogger
dev
main
Link shortener & IP logger
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models.py
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'models.py')
-rw-r--r--
models.py
1
1 files changed, 0 insertions, 1 deletions
diff --git a/models.py b/models.py
index 17f0936..6061661 100644
--- a/
models.py
+++ b/
models.py
@@ -6,7 +6,6 @@ from sqlalchemy import (
Text,
DateTime,
)
-import datetime
from database import Base