Skip to content

Commit

Permalink
Remove unused headers in the constraints module
Browse files Browse the repository at this point in the history
  • Loading branch information
MPremasiri committed Mar 14, 2024
1 parent b0f6e42 commit a815c58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WeatherRoutingTool/constraints/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
import xarray as xr
from global_land_mask import globe
import ast

from maridatadownloader import DownloaderFactory
import WeatherRoutingTool.utils.graphics as graphics
Expand All @@ -24,8 +23,7 @@
from shapely.geometry import Point, LineString, box
from shapely.strtree import STRtree

import cProfile
import pstats

# Load the environment variables from the .env file
parent = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Expand Down

0 comments on commit a815c58

Please sign in to comment.