Skip to content

Commit ab69664

Browse files
committed
style: Apply linting rules
1 parent 452de13 commit ab69664

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

applications/jupyterhub/deploy/resources/hub/jupyterhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
configuration_directory = os.path.dirname(os.path.realpath(__file__))
2525
sys.path.insert(0, configuration_directory)
2626

27-
from z2jh import ( # noqa
27+
from z2jh import ( # noqa
2828
get_config,
2929
get_name,
3030
get_name_env,

applications/jupyterhub/deploy/resources/hub/z2jh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ def set_config_if_not_none(cparent, name, key):
142142
"""
143143
data = get_config(key)
144144
if data is not None:
145-
setattr(cparent, name, data)
145+
setattr(cparent, name, data)

0 commit comments

Comments
 (0)