Skip to content

Commit 02f4980

Browse files
committed
Add -> None to main in plot_memory_timeline.py
1 parent 2f53b64 commit 02f4980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/profiling/plot_memory_timeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def plot_memory_timelines(experiment: str, folders: list[str]) -> None:
112112
print("Plot saved successfully!")
113113

114114

115-
def main():
115+
def main() -> None:
116116
parser = argparse.ArgumentParser(description="Plot memory timeline from profiling traces.")
117117
parser.add_argument(
118118
"experiment",

0 commit comments

Comments
 (0)