Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Feb 6, 2024
1 parent bfba8f9 commit ce93026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/aeroval/coldatatojson_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import os
from time import time

from numpy.typing import ArrayLike
from cf_units import Unit
from numpy.typing import ArrayLike

from pyaerocom import ColocatedData, TsType
from pyaerocom._lowlevel_helpers import write_json
Expand Down

0 comments on commit ce93026

Please sign in to comment.