Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3e8602

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.