Skip to content

Commit 7c233a7

Browse files
committed
Mark line as no cover
1 parent 1fd9dd6 commit 7c233a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/makes_use_of.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def class_makes_use_of(cls) -> Set[Text]:
2929

3030

3131
def makes_use_of(player: Type[Player]) -> Set[Text]:
32-
if not isinstance(player, Player):
32+
if not isinstance(player, Player): # pragma: no cover
3333
player = player()
3434

3535
return class_makes_use_of(player)

0 commit comments

Comments
 (0)