Skip to content

Commit

Permalink
Fixed docs/conf.py after autopep broke it
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Nov 26, 2022
1 parent 60608d4 commit 18a44e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

from rpyc.version import __version__, release_date
import sys
import os
import time
Expand Down Expand Up @@ -52,6 +51,7 @@
# built documents.
#
# The short X.Y version.
from rpyc.version import __version__, release_date
version = __version__
# The full version, including alpha/beta/rc tags.
release = __version__ + "/" + release_date
Expand Down

0 comments on commit 18a44e5

Please sign in to comment.