Skip to content

Commit c74fb32

Browse files
committed
formatting
Signed-off-by: Emma Indal <emmai@spotify.com>
1 parent 2dd9911 commit c74fb32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
this_dir = path.abspath(path.dirname(__file__))
2121
with open(path.join(this_dir, "README.md"), encoding="utf-8") as file:
2222
long_description = file.read()
23-
23+
2424
# Read the contents of the requirements.txt file
2525
with open("requirements.txt") as f:
2626
required = f.read().splitlines()
27-
27+
2828
setup(
2929
name="mkdocs-techdocs-core",
3030
version="0.0.16",

0 commit comments

Comments
 (0)