mirror of
https://github.com/romanz/amodem.git
synced 2026-04-13 17:35:24 +08:00
fix PEP8
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import sys
|
||||
import argparse
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
from . import trezor
|
||||
from . import server
|
||||
from . import formats
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def main():
|
||||
fmt = '%(asctime)s %(levelname)-12s %(message)-100s [%(filename)s]'
|
||||
|
||||
Reference in New Issue
Block a user