Skip to content

Commit

Permalink
Remove unused modules (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKurek committed Jul 29, 2024
1 parent c59d04d commit a443514
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion onair/data_handling/csv_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
CSV Parser
"""

import os
import csv

from onair.data_handling.on_air_data_source import OnAirDataSource
Expand Down
1 change: 0 additions & 1 deletion onair/data_handling/parser_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Licensed under the NASA Open Source Agreement version 1.3
# See "NOSA GSC-19165-1 OnAIR.pdf"

import os
from .tlm_json_parser import parseTlmConfJson, str2lst
import datetime

Expand Down
1 change: 0 additions & 1 deletion onair/src/reasoning/diagnosis.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# See "NOSA GSC-19165-1 OnAIR.pdf"

import copy
import numpy as np
import random


Expand Down
3 changes: 0 additions & 3 deletions onair/src/run_scripts/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
Sim class
Helper class to create and run a simulation
"""

import importlib

from ..reasoning.agent import Agent
from ..systems.vehicle_rep import VehicleRepresentation
from ..util.file_io import *
Expand Down
1 change: 0 additions & 1 deletion plugins/generic/generic_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Licensed under the NASA Open Source Agreement version 1.3
# See "NOSA GSC-19165-1 OnAIR.pdf"

import numpy as np
from onair.src.ai_components.ai_plugin_abstract.ai_plugin import AIPlugin

class Plugin(AIPlugin):
Expand Down
1 change: 0 additions & 1 deletion test/onair/data_handling/test_on_air_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import pytest
from unittest.mock import MagicMock

import onair.data_handling.on_air_data_source as on_air_data_source
from onair.data_handling.on_air_data_source import OnAirDataSource


Expand Down

0 comments on commit a443514

Please sign in to comment.