mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-19 21:31:59 +00:00
Remove unnecessary pass statement
This commit is contained in:
parent
6e1ef339a2
commit
a72b1aae60
@ -758,7 +758,6 @@ def main(args=None):
|
|||||||
c.cmdloop()
|
c.cmdloop()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
c._output('')
|
c._output('')
|
||||||
pass
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user