Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrontin committed Aug 21, 2024
1 parent eaba6b5 commit f38483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floris/wind_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from abc import abstractmethod
from pathlib import Path

import matplotlib.pyplot as plt
import matplotlib as mpl
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from pandas.api.types import CategoricalDtype
Expand Down

0 comments on commit f38483d

Please sign in to comment.