Skip to content

Commit

Permalink
Update make_class.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 20, 2024
1 parent 515e597 commit 56f0ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kyu_7/make_class/make_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@

def make_class(*args):
"""
'make_class' function implementation.
'make_class' function.
:param args:
:return:
"""

# pylint: disable-msg=R0903
class Class:
"""Generic class."""
Expand Down

0 comments on commit 56f0ad9

Please sign in to comment.