Skip to content

Commit

Permalink
from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Jul 19, 2023
1 parent 015a2ea commit df7461a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyaerocom/colocation_3d.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Methods and / or classes to perform colocation
"""
from __future__ import annotations
import logging
import os

Expand All @@ -12,6 +13,7 @@
from collections import namedtuple
from typing import NamedTuple


from pyaerocom import __version__ as pya_ver
from pyaerocom import const
from pyaerocom.colocateddata import ColocatedData
Expand Down

0 comments on commit df7461a

Please sign in to comment.