Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Fix __future__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoshauer committed Oct 3, 2014
1 parent 21a699b commit 4165396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit_hook/sort.py
@@ -1,6 +1,6 @@
from __future__ import print_function
import argparse
import os
from __future__ import print_function

from isort import isort

Expand Down

0 comments on commit 4165396

Please sign in to comment.