Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Aug 14, 2023
1 parent 7a1c236 commit ac6c8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Dict, NamedTuple, Tuple
from typing import Any, Dict, Tuple

from ...payload import Payload
from ...types import DetectionId
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import datetime
import math
from dataclasses import dataclass
from typing import List, Tuple, Union
from typing import List, NamedTuple, Tuple, Union

import numpy as np
import numpy.typing as npt
import postgis
import psycopg2
import psycopg2.sql
import shapely.geometry
from plpygis import Geometry
from shapely.geometry import Point
from shapely.ops import nearest_points
Expand Down

0 comments on commit ac6c8b9

Please sign in to comment.