Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donne Martin
system-design-primer
Commits
a5eb0f8f
Commit
a5eb0f8f
authored
4 years ago
by
Dmitry Shvetsov
Browse files
Options
Download
Email Patches
Plain Diff
style: keep consisten 2 spaces between Py classes
parent
98c1d1dc
github/fork/dmshvetsov/refactor/rank-enum-values
1 merge request
!496
refactor: start enum val with buffer, count from top
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solutions/object_oriented_design/call_center/call_center.py
+1
-0
solutions/object_oriented_design/call_center/call_center.py
with
1 addition
and
0 deletions
+1
-0
solutions/object_oriented_design/call_center/call_center.py
+
1
-
0
View file @
a5eb0f8f
...
...
@@ -9,6 +9,7 @@ class Rank(Enum):
SUPERVISOR
=
20
DIRECTOR
=
10
class
Employee
(
metaclass
=
ABCMeta
):
def
__init__
(
self
,
employee_id
,
name
,
rank
,
call_center
):
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets