Add missing newlines
This commit is contained in:
@@ -229,4 +229,3 @@ class IndividualOptions(NetBoxModel):
|
|||||||
|
|
||||||
def __str___(self):
|
def __str___(self):
|
||||||
return f"{self.user_id}"
|
return f"{self.user_id}"
|
||||||
|
|
||||||
@@ -16,3 +16,4 @@ class CoordinatesIndex(SearchIndex):
|
|||||||
('group', 100),
|
('group', 100),
|
||||||
('device', 200),
|
('device', 200),
|
||||||
)
|
)
|
||||||
|
|
||||||
Reference in New Issue
Block a user