Skip to content

Commit

Permalink
Undefined name: from typing import Optional for line 193 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 21, 2020
1 parent 0d46001 commit 7610abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ffn/utils/bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

from bisect import bisect_right
import copy
from typing import Optional

import numpy as np

Expand Down

0 comments on commit 7610abe

Please sign in to comment.