Skip to content

Commit

Permalink
Update sleap/nn/tracking.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
getzze and coderabbitai[bot] authored Aug 2, 2024
1 parent c37b715 commit 138c225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/nn/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import abc
import json
import sys
from collections import deque, defaultdict
from collections import deque
from time import time
from typing import Callable, Deque, Dict, Iterable, List, Optional, Tuple

Expand Down

0 comments on commit 138c225

Please sign in to comment.