Skip to content

Commit

Permalink
chore: Fixes naming
Browse files Browse the repository at this point in the history
ntlhui committed Jul 25, 2023
1 parent e034866 commit 379e0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e4e_data_management/cli.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ class Parameter:
validator: Callable[[T], bool]


class DataMangerCLI:
class DataManagerCLI:
"""Data Manager Command Line Interface
"""
def __init__(self):
@@ -363,7 +363,7 @@ def __configure_init_dataset_parser(self, parser: argparse.ArgumentParser):
def main():
"""Main bootstrap
"""
DataMangerCLI().main()
DataManagerCLI().main()

if __name__ == '__main__':
main()

0 comments on commit 379e0a1

Please sign in to comment.