Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kjjarvis committed Aug 17, 2023
1 parent 96639fc commit 200135d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_horizon.py
@@ -1,11 +1,9 @@
from io import StringIO
import sys
import unittest
import numpy as np

from prog_models.models.thrown_object import ThrownObject
from prog_algs import *
from pprint import pprint

class TestHorizon(unittest.TestCase):
def setUp(self):
Expand Down Expand Up @@ -63,7 +61,7 @@ def future_loading(t, x = None):
# This allows the module to be executed directly
def run_tests():
unittest.main()

def main():
load_test = unittest.TestLoader()
runner = unittest.TextTestRunner()
Expand Down

0 comments on commit 200135d

Please sign in to comment.