Skip to content

Commit

Permalink
Apply PEP8 to __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxs committed Jul 7, 2014
1 parent 11c5944 commit 0ac38b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions faker/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding=utf-8

if __name__ == "__main__":

from faker.cli import execute_from_command_line
execute_from_command_line()
execute_from_command_line()

0 comments on commit 0ac38b7

Please sign in to comment.