python: do not import print function

This commit is contained in:
link2xt
2023-02-15 16:28:16 +00:00
parent e021a59b87
commit 01653a881a
3 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
"""Account class implementation."""
from __future__ import print_function
import os
from array import array

View File

@@ -1,4 +1,3 @@
from __future__ import print_function
import fnmatch
import io