summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-23 13:50:59 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-23 13:50:59 +0000
commita79f3473bb84ee1cc5af6996d1aee81c99d21175 (patch)
tree4295ab19a063ca01210c5a32c22ee4e971f9acd1 /docs
parent9b7dc359094217dfaf359c43b0d0ded2eba16f88 (diff)
parent069dca9c534bf380659da7fc7a1a83476419a2da (diff)
downloadpython-setuptools-git-a79f3473bb84ee1cc5af6996d1aee81c99d21175.tar.gz
Remove unnecessary `coding` comment (#3696)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a9c9800a..64c2625f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
extensions = [
'sphinx.ext.autodoc',