Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
PatBall1 committed Sep 16, 2024
1 parent 39d5b1c commit 7fdf072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectree2/models/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import re
import time
from pathlib import Path
from typing import Any, Dict, List
from typing import Any, Dict, List, Optional

import cv2
import detectron2.data.transforms as T # noqa:N812
Expand Down

0 comments on commit 7fdf072

Please sign in to comment.