Fix whitespace

This commit is contained in:
Adam Turner 2022-03-07 15:17:45 +00:00
parent f05d455313
commit f05a068be9
5 changed files with 5 additions and 19 deletions

View File

@ -1,8 +1,4 @@
""" """Classes for docstring parsing and formatting."""
Classes for docstring parsing and formatting.
"""
import collections import collections
import inspect import inspect

View File

@ -1,8 +1,4 @@
""" """A collection of helpful iterators."""
A collection of helpful iterators.
"""
import collections import collections
from typing import Any, Iterable, Optional from typing import Any, Iterable, Optional

View File

@ -1,6 +1,4 @@
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module. """Tests for :mod:`sphinx.ext.napoleon.__init__` module."""
"""
import sys import sys
from collections import namedtuple from collections import namedtuple

View File

@ -1,6 +1,4 @@
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module. """Tests for :mod:`sphinx.ext.napoleon.docstring` module."""
"""
import re import re
import sys import sys

View File

@ -1,6 +1,4 @@
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module. """Tests for :mod:`sphinx.ext.napoleon.iterators` module."""
"""
from unittest import TestCase from unittest import TestCase