Skip to content

Commit ff97ed2

Browse files
committed
Minor edits
1 parent e93a910 commit ff97ed2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pytest_cases/decorator_hack.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import sys
22

3-
from itertools import chain
4-
53
from decorator import FunctionMaker
64
from inspect import isgeneratorfunction
75

pytest_cases/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Use true division operator always even in old python 2.x (used in `_get_case_getter_s`)
12
from __future__ import division
23

34
import sys

0 commit comments

Comments
 (0)