Skip to content

Commit d62638f

Browse files
references #68, removed dummy function
1 parent 427fd0e commit d62638f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

basescript/basescript.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ def run(self):
194194
"""
195195
pass
196196

197-
def pretty(self):
198-
print("hello")
199-
200197

201198
def main():
202199
BaseScript().start()

0 commit comments

Comments
 (0)