Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Aug 10, 2023
1 parent 5b28af0 commit d76bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatialyze/video_processor/utils/insert_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
import numpy as np
import numpy.typing as np
import numpy.typing as npt

from ...database import Database
from ...utils import join
Expand Down

0 comments on commit d76bd7e

Please sign in to comment.