Skip to content

Commit 0fc9aec

Browse files
committed
Remove unused import
1 parent b6acd4b commit 0fc9aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbaas/logical/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import simple_audit
44
import logging
55
import datetime
6-
from django.db import models, transaction
6+
from django.db import models
77
from django.core.exceptions import ValidationError
88
from django.utils.translation import ugettext_lazy as _
99
from django.db.models.signals import pre_save, post_save, pre_delete

0 commit comments

Comments
 (0)