Skip to content

Commit 6e832ca

Browse files
committed
feat(natv3): ruff fix
1 parent 13a7066 commit 6e832ca

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

otcextensions/sdk/smn/v2/topic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1010
# License for the specific language governing permissions and limitations
1111
# under the License.
12-
from openstack import resource
1312
from openstack import exceptions
13+
from openstack import resource
1414

1515

1616
class Topic(resource.Resource):

otcextensions/tests/functional/sdk/smn/v2/test_topic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import uuid
1414

1515
import openstack
16-
1716
from otcextensions.tests.functional import base
1817

1918
_logger = openstack._log.setup_logging("openstack")

0 commit comments

Comments
 (0)