Skip to content

Commit

Permalink
Fix linting (#6123)
Browse files Browse the repository at this point in the history
Sorry, should have merged `main` in before I merged #6066. Now linting
is broken on `main` due to #6108 being merged beforehand. πŸ˜‚
  • Loading branch information
austin3dickey authored Jan 24, 2025
1 parent 1be5d16 commit f6b107f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
from typing import Any, Callable, Iterable, Optional, Tuple

import geopandas
import torch
import numpy as np
import pandas as pd
import polars as pl
import pytest
import torch
from fastcore.foundation import L
from shapely.geometry import Polygon

Expand Down

0 comments on commit f6b107f

Please sign in to comment.