mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Simplify dummy module
This commit is contained in:
parent
52c173bdb9
commit
71d1b37f8a
@ -17,25 +17,5 @@ class Foo:
|
||||
pass
|
||||
|
||||
|
||||
class _Baz:
|
||||
pass
|
||||
|
||||
|
||||
def bar(x: Union[int, str], y: int = 1) -> None:
|
||||
pass
|
||||
|
||||
|
||||
def _quux():
|
||||
pass
|
||||
|
||||
|
||||
class Exc(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class _Exc(Exception):
|
||||
pass
|
||||
|
||||
|
||||
#: a module-level attribute
|
||||
qux = 2
|
||||
|
Loading…
Reference in New Issue
Block a user