Skip to content

Commit

Permalink
removed unused import and pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hschilling committed Feb 7, 2024
1 parent c848d9f commit 2cfcc82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aviary/visualization/dashboard.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import argparse
import glob
import json
import os
from pathlib import Path
Expand Down Expand Up @@ -171,7 +170,6 @@ def create_aviary_variables_table_data_nested(script_name, recorder_file):
scaling=False, hierarchical=True, print_arrays=True,
out_stream=None, return_format='dict')


sorted_abs_names = sorted(outputs.keys())

grouped = {}
Expand Down

0 comments on commit 2cfcc82

Please sign in to comment.