mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Cleanup
This commit is contained in:
parent
d807209029
commit
ac2d2a6300
2 changed files with 57 additions and 12 deletions
|
@ -121,10 +121,6 @@ class LoadExtraTransitionDomain:
|
|||
self.domain_object = ExtraTransitionDomain(**arguments)
|
||||
self.domain_object.parse_all_files()
|
||||
|
||||
# Given the data we just parsed, update each
|
||||
# transition domain object with that data.
|
||||
self.update_transition_domain_models()
|
||||
|
||||
def update_transition_domain_models(self):
|
||||
"""Updates TransitionDomain objects based off the file content
|
||||
given in self.domain_object"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue