Skip to content

Commit

Permalink
Tox check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Sep 22, 2020
1 parent feebf6e commit 5b2723e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
List,
String,
)
from sqlalchemy import types as sa_types

from protean.globals import current_domain
from sqlalchemy import types as sa_types


class ArrayUser(BaseAggregate):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
import pytest

from protean.core.aggregate import BaseAggregate
from protean.core.field.basic import Dict, DateTime, String
from sqlalchemy import types as sa_types

from protean.core.field.basic import DateTime, Dict, String
from protean.globals import current_domain
from sqlalchemy import types as sa_types


class Event(BaseAggregate):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest

from protean.core.aggregate import BaseAggregate
from protean.core.field.basic import Dict, DateTime, String
from protean.core.field.basic import DateTime, Dict, String
from sqlalchemy import types as sa_types


Expand Down

0 comments on commit 5b2723e

Please sign in to comment.