From 101602d722cf66e97650103cce0f8f16150b4b86 Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Tue, 10 Dec 2024 09:49:44 -0600 Subject: [PATCH] STY #14 --- apsbss/apsbss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apsbss/apsbss.py b/apsbss/apsbss.py index c2bd4a0..7c57958 100755 --- a/apsbss/apsbss.py +++ b/apsbss/apsbss.py @@ -51,12 +51,10 @@ # The full license is in the file LICENSE.txt, distributed with this software. # ----------------------------------------------------------------------------- -import datetime import logging import os import sys import time -import warnings import pyRestTable import yaml