Skip to content

Commit

Permalink
add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Dec 30, 2020
1 parent d1d48f8 commit 6fba22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def _extract_rules_mk(info_data):


def _merge_layouts(info_data, new_info_data):
"""FIXME
"""Merge new_info_data into info_data in an intelligent way.
"""
for layout_name, layout_json in new_info_data['layouts'].items():
if layout_name in info_data['layouts']:
Expand Down

0 comments on commit 6fba22c

Please sign in to comment.