Skip to content

Commit

Permalink
python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Jan 13, 2025
1 parent 1921c15 commit bd38781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/graphql/types/model_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

import numexpr as ne
import pandas as pd

pd.core.computation.ops.MATHOPS = (*pd.core.computation.ops.MATHOPS, "where")
import procrastinate.contrib.django.models
import strawberry
import strawberry_django
Expand Down Expand Up @@ -47,6 +45,8 @@
lih_to_postcodes_io_key_map,
)

pd.core.computation.ops.MATHOPS = (*pd.core.computation.ops.MATHOPS, "where")

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit bd38781

Please sign in to comment.