Skip to content

Commit 56cfd1e

Browse files
Autoformat with black
1 parent 062be13 commit 56cfd1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

brainles_preprocessing/utils/citation_reminder.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
def citation_reminder(func):
1010
"""
1111
Decorator to remind users to cite brainles-preprocessing.
12-
13-
The reminder is shown when the environment variable
12+
13+
The reminder is shown when the environment variable
1414
`BRAINLES_PREPROCESSING_CITATION_REMINDER` is set to "true" (default).
1515
To disable the reminder, set the environment variable to "false".
16-
16+
1717
Environment variable used:
1818
- BRAINLES_PREPROCESSING_CITATION_REMINDER: Controls whether the reminder is shown.
1919
"""
20+
2021
@functools.wraps(func)
2122
def wrapper(*args, **kwargs):
2223
if (

0 commit comments

Comments
 (0)