remove initialization time field

This commit is contained in:
Xevion
2020-11-01 20:09:22 -06:00
committed by GitHub
parent 232c67801d
commit 83221849dc

View File

@@ -7,7 +7,6 @@ from os import getenv
class RyanWalters(Human): class RyanWalters(Human):
def __init__(self, username='xevion'): def __init__(self, username='xevion'):
self.initialization_time = date(2003, 4, None)
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', ''])) self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
self.pronouns = ['he' and 'him'], self.pronouns = ['he' and 'him'],
self.description = ''' self.description = '''