Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
style foo
Browse files Browse the repository at this point in the history
  • Loading branch information
mineo committed May 20, 2016
1 parent 03d562b commit 9927c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abzer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# coding: utf-8
# Copyright © 2016 Wieland Hoffmann
# License: MIT, see LICENSE for details
import argparse
import asyncio
import configparser
import logging


from .abzer import Abzer
from .util import collect_files, create_profile_file, make_argparser, read_config
from .util import (collect_files, create_profile_file, make_argparser,
read_config)
from os.path import isfile
from sys import exit

Expand Down

0 comments on commit 9927c2b

Please sign in to comment.