summaryrefslogtreecommitdiff
path: root/Lib/encodings/iso2022_jp_3.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/iso2022_jp_3.py')
-rw-r--r--Lib/encodings/iso2022_jp_3.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/iso2022_jp_3.py b/Lib/encodings/iso2022_jp_3.py
index 49bde5e420..144f83ef54 100644
--- a/Lib/encodings/iso2022_jp_3.py
+++ b/Lib/encodings/iso2022_jp_3.py
@@ -31,4 +31,3 @@ class StreamWriter(Codec, codecs.StreamWriter):
def getregentry():
return (Codec().encode,Codec().decode,StreamReader,StreamWriter)
-