Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28b485b

Browse files
committed
Remove unused imports.
1 parent 083f8b2 commit 28b485b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

logic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@
3232
"""
3333

3434
from utils import (
35-
removeall, unique, first, argmax, probability, num_or_str,
35+
removeall, unique, first, argmax, probability,
3636
isnumber, issequence, Symbol, Expr, expr, subexpressions
3737
)
3838
import agents
3939

4040
import itertools
41-
import re
4241
import random
4342
from collections import defaultdict
4443

utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import operator
88
import os.path
99
import random
10-
import re
1110
import math
1211

1312
# ______________________________________________________________________________

0 commit comments

Comments
 (0)