projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838aa91
)
Remove unneeded __future__ imports
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Mar 2024 22:23:34 +0000
(17:23 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Mar 2024 22:23:34 +0000
(17:23 -0500)
src/pgwui_core/core.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/core.py
b/src/pgwui_core/core.py
index e01d4f8e3b6fe24b2d705b3a432fd7257bccdf17..7cc815e051012d0000eb2fcb8442daaa2f31d537 100644
(file)
--- a/
src/pgwui_core/core.py
+++ b/
src/pgwui_core/core.py
@@
-32,12
+32,6
@@
More general description of the module.
#
# See their documentation below.
-# Write python 3 compatible code.
-from __future__ import print_function
-from __future__ import unicode_literals
-from __future__ import absolute_import
-from __future__ import division
-
from csv import reader as csv_reader
import collections.abc
import ast