Skip to content

Commit

Permalink
fixed by tox
Browse files Browse the repository at this point in the history
  • Loading branch information
UnDarkle committed Oct 16, 2018
1 parent de9adf9 commit f6dd3e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rotest/management/models/resource_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
# pylint: disable=no-self-use,too-many-public-methods,too-few-public-methods
# pylint: disable=attribute-defined-outside-init,invalid-name,old-style-class
# pylint: disable=access-member-before-definition,property-on-old-class,no-init
# pylint: disable=no-value-for-parameter
from datetime import datetime

from django.db import models
from django.utils import six
from django.db.models import Field
from django.db.models.base import ModelBase
from django.contrib.auth import models as auth_models
from django.core.exceptions import ObjectDoesNotExist, ValidationError
Expand Down

0 comments on commit f6dd3e3

Please sign in to comment.