Skip to content

Commit

Permalink
Added missing import statement to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Exenifix committed Jul 26, 2022
1 parent 02fad04 commit 1e1e9ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_expressions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# noinspection PyUnresolvedReferences
from math import *
import os
import time
from random import choice, randint
Expand Down

0 comments on commit 1e1e9ab

Please sign in to comment.