Skip to content

Commit

Permalink
Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskr committed Aug 17, 2017
1 parent 054c737 commit 230a34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/management/commands/UploadMasterFile.py
Expand Up @@ -5,6 +5,7 @@
from django.core.management.base import BaseCommand, CommandError
from django.core.exceptions import ObjectDoesNotExist
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group

from rules.models import YaraRule
from core.services import parse_rule_submission
Expand Down

0 comments on commit 230a34d

Please sign in to comment.