mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-14 17:08:56 +03:00
style: keep consisten 2 spaces between Py classes
This commit is contained in:
@@ -9,6 +9,7 @@ class Rank(Enum):
|
||||
SUPERVISOR = 20
|
||||
DIRECTOR = 10
|
||||
|
||||
|
||||
class Employee(metaclass=ABCMeta):
|
||||
|
||||
def __init__(self, employee_id, name, rank, call_center):
|
||||
|
||||
Reference in New Issue
Block a user