summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index b4e06092..16063f45 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -42,7 +42,6 @@ def arch():
'''Return the CPU architecture of the current host.'''
return os.uname()[4]
-
def indent(string, spaces=4):
'''Return ``string`` indented by ``spaces`` spaces.