Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed Sep 3, 2024
1 parent 2c5b186 commit 47b3e35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@
# provided with the software product.
#
import traceback
from datetime import datetime
from datetime import timedelta
import time
import http
import configparser
import math
import json
import pandas as pd
import numpy
from exclude_list import ExcludeList
from pdr_algorithm import PortData, PortState, PDRAlgorithm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
# This software product is governed by the End User License Agreement
# provided with the software product.
#
import traceback
from datetime import datetime
from datetime import timedelta
import time
import http
from datetime import datetime, timedelta
import configparser
import math
import json
import pandas as pd
import numpy
from exclude_list import ExcludeList
Expand Down

0 comments on commit 47b3e35

Please sign in to comment.