Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Apr 18, 2019
1 parent 56a7bf5 commit 8049d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion project_novis/callsign/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from datetime import timedelta
from decimal import Decimal

from django.contrib.auth import get_user_model
Expand Down
2 changes: 1 addition & 1 deletion project_novis/radius/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 2.1.7 on 2019-03-19 12:23
# Generated by Django 2.2 on 2019-04-10 12:46

from django.conf import settings
from django.db import migrations, models
Expand Down

0 comments on commit 8049d63

Please sign in to comment.