Skip to content

Commit d16858e

Browse files
committed
Black Linting
1 parent 35165a3 commit d16858e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proxstar/vm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
from proxstar.starrs import get_ip_for_mac
1111
from proxstar.util import lazy_property, default_repr
1212

13+
1314
def check_in_gb(size):
1415
if size[-1] == 'M':
1516
size = f'{int(size.rstrip("M")) / 1000}G'
1617
return size
1718

19+
1820
@default_repr
1921
class VM:
2022
def __init__(self, vmid):

0 commit comments

Comments
 (0)