Skip to content

Commit dea5950

Browse files
author
Ruslan Gainutdinov
committed
fix: formatting
1 parent f7d676d commit dea5950

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/unit_tests/instances/test_instances.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import json
2+
23
import pytest
3-
import responses # https://github.com/getsentry/responses
4+
import responses
45

56
from verda.constants import Actions, ErrorCodes, Locations
67
from verda.exceptions import APIException

verda/instances/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Instance,
44
InstancesService,
55
OnSpotDiscontinue,
6-
Pricing,
76
OSVolume,
7+
Pricing,
88
)

0 commit comments

Comments
 (0)