Remove some trailing blankspace.

This commit is contained in:
Simon Forman 2018-11-28 13:00:03 -08:00
parent 343812dac6
commit b27adb7e1c
3 changed files with 4 additions and 5 deletions

View File

@ -121,7 +121,6 @@ class World(object):
class StackDisplayWorld(World):
def __init__(self, repo, filename, rel_filename, dictionary=None, text_widget=None):
self.filename = filename
stack = self.load_stack() or ()