diff --git a/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_snapshots/test_pg.py b/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_snapshots/test_pg.py index adcb1359c..e368497bf 100644 --- a/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_snapshots/test_pg.py +++ b/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_snapshots/test_pg.py @@ -7,7 +7,9 @@ SnapshotRepositoryReaderTestCase, SnapshotRepositoryWriterTestCase, ) -from minos.aggregate.testing.snapshot_repository import Car +from minos.aggregate.testing.snapshot_repository import ( + Car, +) from minos.plugins.aiopg import ( AiopgDatabaseOperation, ) diff --git a/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_transactions/test_pg.py b/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_transactions/test_pg.py index 7402d277e..2d2ab55ac 100644 --- a/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_transactions/test_pg.py +++ b/packages/plugins/minos-database-aiopg/tests/test_aiopg/test_factories/test_aggregate/test_transactions/test_pg.py @@ -1,4 +1,5 @@ import unittest + from minos.aggregate import ( DatabaseTransactionRepository, TransactionRepository,