diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-23 13:50:59 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-23 13:50:59 +0000 |
commit | a79f3473bb84ee1cc5af6996d1aee81c99d21175 (patch) | |
tree | 4295ab19a063ca01210c5a32c22ee4e971f9acd1 /setuptools/tests/test_manifest.py | |
parent | 9b7dc359094217dfaf359c43b0d0ded2eba16f88 (diff) | |
parent | 069dca9c534bf380659da7fc7a1a83476419a2da (diff) | |
download | python-setuptools-git-a79f3473bb84ee1cc5af6996d1aee81c99d21175.tar.gz |
Remove unnecessary `coding` comment (#3696)
Diffstat (limited to 'setuptools/tests/test_manifest.py')
-rw-r--r-- | setuptools/tests/test_manifest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_manifest.py b/setuptools/tests/test_manifest.py index 9301322f..3a973b01 100644 --- a/setuptools/tests/test_manifest.py +++ b/setuptools/tests/test_manifest.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """sdist tests""" import contextlib |