8000 Add blank lines demanded by black on CI · scijava/scyjava@755e133 · GitHub
[go: up one dir, main page]

Skip to content

Commit 755e133

Browse files
committed
Add blank lines demanded by black on CI
1 parent 5f5a957 commit 755e133

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/scyjava/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
>>> jset.toString()
6767
'[1, 2, 3]'
6868
"""
69+
6970
import logging
7071
from functools import lru_cache
7172
from typing import Any, Callable, Dict

src/scyjava/_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Utility functions for working with and reasoning about Java types.
33
"""
4+
45
from typing import Any, Callable, Sequence, Tuple, Union
56

67
import jpype

0 commit comments

Comments
 (0)
0