Remove TODO line - it's functional and tested to work.

This commit is contained in:
Dylan M. Taylor 2021-04-07 11:52:49 -04:00 committed by GitHub
parent 99917807bd
commit e7a140248c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ class Profile(Script):
def is_top_level_profile(self):
with open(self.path, 'r') as source:
# TODO: I imagine that there is probably a better way to write this.
source_data = source.read()
return 'top_level_profile = True' in source_data