Remove the import alias, which is same as package name.

Import alias is same as original package, so making the alias unnecessary.

Change-Id: I94c23131ee96447be133e33dbda4b443c19d681a
This commit is contained in:
Darshna Das 2021-04-27 19:23:35 +00:00
parent da0ab7211a
commit f707d47162
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from eventlet import greenlet
from unittest import mock
from kuryr_kubernetes.tests import base as test_base
from kuryr_kubernetes.tests.unit import kuryr_fixtures as kuryr_fixtures
from kuryr_kubernetes.tests.unit import kuryr_fixtures
from kuryr_kubernetes import watcher
from requests import exceptions