Skip to content

Commit eca4b92

Browse files
committed
Code format
1 parent f6cf1ea commit eca4b92

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
__version__ = '0.0.1'
77

88
try:
9-
from .wkwebview import *
10-
from .wkapp import *
9+
from .wkwebview import *
10+
from .wkapp import *
1111
except:
12-
pass
12+
pass
13+
1314
# mostly convenience includes for bottle
1415
# besides its implementation specific includes for the mako templating integration
1516
from bottle import (

0 commit comments

Comments
 (0)