style: keep consisten 2 spaces between Py classes

pull/496/head
Dmitry Shvetsov 2020-12-19 13:59:22 +10:00
parent 98c1d1dcb7
commit a5eb0f8f25
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class Rank(Enum):
SUPERVISOR = 20
DIRECTOR = 10
class Employee(metaclass=ABCMeta):
def __init__(self, employee_id, name, rank, call_center):