From 18a44e501fc35fd471b8bdf7a66b4e5b3221cba6 Mon Sep 17 00:00:00 2001 From: James Stronz Date: Sat, 26 Nov 2022 00:49:35 -0600 Subject: [PATCH] Fixed docs/conf.py after autopep broke it --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4ee34c56..4a88bbef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 @@ -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