mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
python: do not import print function
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""Account class implementation."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
from array import array
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import fnmatch
|
||||
import io
|
||||
|
||||
Reference in New Issue
Block a user