Skip to content

Commit 9427331

Browse files
committed
Applied black formatting
1 parent 0ad935e commit 9427331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from datetime import date
1414
import os
1515
import sys
16+
1617
sys.path.insert(0, os.path.abspath('..'))
1718

1819
from python_utils import __about__
@@ -63,4 +64,3 @@
6364
# html_static_path = ['_static']
6465

6566
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
66-

python_utils/formatters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def camel_to_underscore(name: str) -> str:
4444
def apply_recursive(
4545
function: types.Callable[[str], str],
4646
data: types.OptionalScope = None,
47-
**kwargs
47+
**kwargs,
4848
) -> types.OptionalScope:
4949
'''
5050
Apply a function to all keys in a scope recursively

0 commit comments

Comments
 (0)