PY-59463: Delete redundant file causing import errors

(cherry picked from commit d1a454517f64f5f71fad9b15a54e2f4d0b1ed523)

IJ-CR-147140

GitOrigin-RevId: 7a6364f74f5636476352f31e7d2c1eb1ecc399d1
This commit is contained in:
Irina Fediaeva
2024-10-17 23:29:37 +02:00
committed by intellij-monorepo-bot
parent 5fa187f326
commit e634ac917f

View File

@@ -1,13 +0,0 @@
# -*- coding: utf-8 -*-
"""
sphinxcontrib
~~~~~~~~~~~~~
This package is a namespace package that contains all extensions
distributed in the ``sphinx-contrib`` distribution.
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
__import__('pkg_resources').declare_namespace(__name__)