Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Oct 13, 2023
1 parent 3e90409 commit 856646f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 1 addition & 6 deletions pyaerocom/aeroval/modelentry.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
from copy import deepcopy

from pyaerocom._lowlevel_helpers import (
BrowseDict,
DictStrKeysListVals,
DictType,
StrType,
)
from pyaerocom._lowlevel_helpers import BrowseDict, DictStrKeysListVals, DictType, StrType
from pyaerocom.aeroval.aux_io_helpers import check_aux_info


Expand Down
1 change: 1 addition & 0 deletions pyaerocom/colocateddata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import annotations

import logging
import os
import warnings
Expand Down
4 changes: 2 additions & 2 deletions tests/test_colocation_3d.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from __future__ import annotations

import iris
import numpy as np
import pytest

from pyaerocom.io.read_earlinet import ReadEarlinet
from pyaerocom import GriddedData
from pyaerocom.colocation_3d import ColocatedDataLists, colocate_vertical_profile_gridded
from pyaerocom.io.read_earlinet import ReadEarlinet
from tests.fixtures.data_access import TEST_DATA


ROOT = TEST_DATA["Earlinet-test"].path

TEST_FILE: list[str] = [
Expand Down

0 comments on commit 856646f

Please sign in to comment.