Commit a5eb0f8f authored by Dmitry Shvetsov's avatar Dmitry Shvetsov
Browse files

style: keep consisten 2 spaces between Py classes

1 merge request!496refactor: start enum val with buffer, count from top
Showing with 1 addition and 0 deletions
+1 -0
......@@ -9,6 +9,7 @@ class Rank(Enum):
SUPERVISOR = 20
DIRECTOR = 10
class Employee(metaclass=ABCMeta):
def __init__(self, employee_id, name, rank, call_center):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment