Skip to content

Commit f902f04

Browse files
committed
Fix UP010 (Unnecessary __future__ import print_function for target Python version)
1 parent 5c4d455 commit f902f04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

subprojects/pyntcore/tests/test_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# works correctly
55
#
66

7-
from __future__ import print_function
8-
97
import pytest
108

119
import logging

0 commit comments

Comments
 (0)