Skip to content

Commit 717fe63

Browse files
Wait for 1.0 to define API
1 parent c6c3f10 commit 717fe63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydocstringformatter/formatting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
__all__ = ["FORMATTERS", "Formatter", "StringFormatter"]
1+
__all__ = ["FORMATTERS"]
22

33
from typing import List
44

5-
from pydocstringformatter.formatting.base import Formatter, StringFormatter
5+
from pydocstringformatter.formatting.base import Formatter
66
from pydocstringformatter.formatting.formatter import (
77
BeginningQuotesFormatter,
88
ClosingQuotesFormatter,

0 commit comments

Comments
 (0)