Skip to content

Commit 4631d71

Browse files
committed
fixup! Move headings out of Python to Sphinx template
1 parent 40daba8 commit 4631d71

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

minfraud/errors.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
"""
2-
minfraud.errors
3-
~~~~~~~~~~~~~~~
4-
5-
This module contains errors that are raised by this package.
6-
7-
"""
1+
"""Typed errors thrown by this library."""
82

93
from typing import Optional
104

0 commit comments

Comments
 (0)