From 1eefe2c863b87fa19ab40046d96aa23863ff8077 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 31 Oct 2018 22:18:50 +0800 Subject: PEP8 fix --- fg21sim/webui/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fg21sim/webui/__init__.py') diff --git a/fg21sim/webui/__init__.py b/fg21sim/webui/__init__.py index 745c947..ec2fc8f 100644 --- a/fg21sim/webui/__init__.py +++ b/fg21sim/webui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Weitian LI +# Copyright (c) 2016,2018 Weitian LI # MIT license -from .app import Application +from .app import Application # noqa: F401 -- cgit v1.2.2