Skip to content

Commit

Permalink
rules: suppress useless datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Dec 27, 2015
1 parent 2bd1f23 commit 4c5bb7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rules/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from django import forms
from django.utils import timezone
from rules.models import Ruleset, Source, Category, SourceAtVersion, SystemSettings
from datetime import datetime

class SystemSettingsForm(forms.ModelForm):
class Meta:
Expand Down
1 change: 0 additions & 1 deletion rules/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import tempfile
import tarfile
import re
from datetime import datetime
import sys
import os
import git
Expand Down
1 change: 0 additions & 1 deletion rules/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import json
import re

from datetime import datetime
from time import time
import django_tables2 as tables
from tables import *
Expand Down

0 comments on commit 4c5bb7e

Please sign in to comment.