pep8
This commit is contained in:
parent
4c5821331d
commit
274252dd1b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ class Rack(LocationBase):
|
||||||
regex = RACK_LOCATION_REGEX
|
regex = RACK_LOCATION_REGEX
|
||||||
super().__init__(driver, driver_value, driver_file, regex)
|
super().__init__(driver, driver_value, driver_file, regex)
|
||||||
|
|
||||||
|
|
||||||
class Slot(LocationBase):
|
class Slot(LocationBase):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
driver = SLOT_LOCATION.split(':')[0] if SLOT_LOCATION else None
|
driver = SLOT_LOCATION.split(':')[0] if SLOT_LOCATION else None
|
||||||
|
|
@ -76,4 +77,3 @@ class Slot(LocationBase):
|
||||||
driver_file = SLOT_LOCATION_DRIVER_FILE
|
driver_file = SLOT_LOCATION_DRIVER_FILE
|
||||||
regex = SLOT_LOCATION_REGEX
|
regex = SLOT_LOCATION_REGEX
|
||||||
super().__init__(driver, driver_value, driver_file, regex)
|
super().__init__(driver, driver_value, driver_file, regex)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue