Skip to content

Commit 36e636c

Browse files
committed
fix lint issue in setup file
1 parent 7824260 commit 36e636c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/gcp-sphinx-docfx-yaml/setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import codecs
1615

1716
import setuptools
1817

@@ -50,7 +49,10 @@
5049
author="Google LLC",
5150
author_email="dandhlee@google.com",
5251
license="Apache 2.0",
53-
url="https://github.com/googleapis/google-cloud-python/tree/main/packages/gcp-sphinx-docfx-yaml",
52+
url=(
53+
"https://github.com/googleapis/google-cloud-python/tree/main/"
54+
"packages/gcp-sphinx-docfx-yaml"
55+
),
5456
package_dir={"": "."},
5557
packages=packages,
5658
install_requires=dependencies,

0 commit comments

Comments
 (0)