Skip to content

Commit d7a4cb1

Browse files
author
krsm
committed
fixing indentation
1 parent d81b787 commit d7a4cb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

classes_staticandclassmethods.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def move(self, posx,posy):
2626
self.posy = posy +self.delta_position
2727

2828
def position(self):
29-
return '{} , {}' .format(self.posx,self.posy)
29+
return '{} , {}' .format(self.posx, self.posy)
3030

3131
# Second Example
3232

@@ -103,6 +103,3 @@ def is_gameday(day):
103103
# to test staticmethod
104104
now = datetime.datetime.now()
105105
print(Monster.is_gameday(now))
106-
107-
108-

0 commit comments

Comments
 (0)