Skip to content

Commit 17074b1

Browse files
committed
MAINT: add missing empty line between functions
1 parent 07e4ddb commit 17074b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesonpy/_editable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def collect(install_plan: Dict[str, Dict[str, Any]]) -> Node:
255255
tree[path.parts[1:]] = src
256256
return tree
257257

258+
258259
def find_spec(fullname: str, tree: Node) -> Optional[importlib.machinery.ModuleSpec]:
259260
namespace = False
260261
parts = fullname.split('.')

0 commit comments

Comments
 (0)