summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'slugify/__init__.py')
-rw-r--r--slugify/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py
index 0d438a3..eeba75a 100644
--- a/slugify/__init__.py
+++ b/slugify/__init__.py
@@ -104,7 +104,3 @@ def slugify(text, entities=True, decimal=True, hexadecimal=True, max_length=0, w
text = text.replace('-', separator)
return text
-
-
-
-