Skip to content

Commit

Permalink
Fix pep8 cache unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristi1324 committed Nov 8, 2023
1 parent ad580f0 commit 01be189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coriolis/tests/test_cache.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2023 Cloudbase Solutions Srl
# All Rights Reserved.

from unittest import mock
from coriolis import exception
from coriolis import cache
from coriolis import exception
from coriolis.tests import test_base
from unittest import mock


class CacheTestCase(test_base.CoriolisBaseTestCase):
Expand Down

0 comments on commit 01be189

Please sign in to comment.