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