Skip to content

Commit 7f08e44

Browse files
committed
Remove uninformative module docstrings.
1 parent 44d9b3d commit 7f08e44

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

compose/testcontainers/compose/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
"""
2-
Docker Compose Support
3-
======================
4-
5-
Allows to spin up services configured via :code:`docker-compose.yml`.
6-
"""
7-
81
import requests
92
import subprocess
103
from typing import Iterable, List, Optional, Tuple, Union
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
"""
2-
Google Cloud Emulators
3-
======================
4-
5-
Allows to spin up google cloud emulators, such as PubSub.
6-
"""
7-
81
from .pubsub import PubSubContainer # noqa

selenium/testcontainers/selenium/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
13-
"""
14-
Selenium containers
15-
===================
16-
17-
Allows to spin up selenium containers for testing with browsers.
18-
"""
1913

2014
from selenium import webdriver
2115
from testcontainers.core.container import DockerContainer

0 commit comments

Comments
 (0)