summaryrefslogtreecommitdiff
path: root/natsort/ns_enum.py
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-06-22 23:12:16 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2015-06-22 23:15:04 -0700
commit34068312411988c6a2313089e85c64be0e71ac70 (patch)
tree5bae0dd9453e9491971452a2e9c98988dbe7820e /natsort/ns_enum.py
parent67645d06102b78930dddb93eb9e6cffdbf3c8cb5 (diff)
downloadnatsort-34068312411988c6a2313089e85c64be0e71ac70.tar.gz
Made long import statements "pretty".
Diffstat (limited to 'natsort/ns_enum.py')
-rw-r--r--natsort/ns_enum.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/natsort/ns_enum.py b/natsort/ns_enum.py
index ebe3374..a032a50 100644
--- a/natsort/ns_enum.py
+++ b/natsort/ns_enum.py
@@ -1,8 +1,12 @@
# -*- coding: utf-8 -*-
"""This module defines the "ns" enum for natsort."""
-from __future__ import (print_function, division,
- unicode_literals, absolute_import)
+from __future__ import (
+ print_function,
+ division,
+ unicode_literals,
+ absolute_import
+)
class ns(object):