Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
I suspect this got lost in a merge somewhere, probably the
combination of 7e533ca and the
Python 3.12 work in a60fdba.
  • Loading branch information
PeterJCLaw committed Sep 22, 2023
1 parent 0770372 commit 57e7b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_inference/test_signature.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from textwrap import dedent
from operator import ge
from operator import ge, lt
import re
import os

Expand Down

0 comments on commit 57e7b83

Please sign in to comment.