Skip to content

Commit 669a5fc

Browse files
committed
ruff format
1 parent 3a25c99 commit 669a5fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# If extensions (or modules to document with autodoc) are in another directory,
1313
# add these directories to sys.path here. If the directory is relative to the
1414
# documentation root, use os.path.abspath to make it absolute, like shown here.
15-
#import os
16-
#import sys
17-
#sys.path.insert(0, os.path.abspath('..'))
15+
# import os
16+
# import sys
17+
# sys.path.insert(0, os.path.abspath('..'))
1818

1919
# -- General configuration -----------------------------------------------------
2020

msgpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .exceptions import * # noqa: F403
55
from .ext import ExtType, Timestamp
66

7-
version = (1, 1, 1, 'rc1')
7+
version = (1, 1, 1, "rc1")
88
__version__ = "1.1.0rc1"
99

1010

0 commit comments

Comments
 (0)