Skip to content

Commit c3e8602

Browse files
committed
Add whitespace around setting the "sourceyear" variable to pass flake8.
1 parent 16ca8be commit c3e8602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Parse year using SOURCE_DATE_EPOCH, falling back to current time.
2626
# https://reproducible-builds.org/specs/source-date-epoch/
27-
sourceyear=datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))).year
27+
sourceyear = datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))).year
2828

2929
# If your extensions are in another directory, add it here. If the directory
3030
# is relative to the documentation root, use os.path.abspath to make it

0 commit comments

Comments
 (0)