Skip to content

Commit 3aca57b

Browse files
Apply automatic formatting
1 parent 2d4d1df commit 3aca57b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ess/sans/data.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
class Registry:
66
def __init__(
7-
self, instrument: str, files: dict[str, str], version: str, retry_if_failed: int=3
7+
self,
8+
instrument: str,
9+
files: dict[str, str],
10+
version: str,
11+
retry_if_failed: int = 3,
812
):
913
import pooch
1014

0 commit comments

Comments
 (0)