summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2017-10-30 00:30:14 -0700
committerGitHub <noreply@github.com>2017-10-30 00:30:14 -0700
commit1df4e882e72ceda57595df785f2a5561553559f9 (patch)
treeeeca67189250f35a8c4039e948d5b881eeff6176
parentfdcaad1ab3ff0c6349d8b66444c82ced2f81616b (diff)
parent6f54a507d4951f34ba469986c1fb2d6bdf12c8db (diff)
downloadisort-1df4e882e72ceda57595df785f2a5561553559f9.tar.gz
Merge pull request #605 from jdufresne/space
Remove unconventional space after shebang
-rwxr-xr-xisort/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/main.py b/isort/main.py
index 0c409bc4..27a00a58 100755
--- a/isort/main.py
+++ b/isort/main.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
''' Tool for sorting imports alphabetically, and automatically separated into sections.
Copyright (C) 2013 Timothy Edmund Crosley