Revert "Fix warnings when generated documentation."

This actually broke autodoc generation and wasn't accurate.  The
documentation warnings may have to stay for now.

This reverts commit 37e13321f9.
This commit is contained in:
Mike Auty
2019-09-17 18:32:44 +01:00
parent a248bdc804
commit 1f9605abf7
@@ -3,7 +3,6 @@
#
import enum
import functools
import logging
from typing import Dict, Generator, List, Optional, Tuple, Callable
@@ -136,7 +135,6 @@ def os_distinguisher(version_check: Callable[[Tuple[int, ...]], bool],
"""
# try the primary method based on the pe version in the ISF
@functools.wraps(version_check)
def method(context: interfaces.context.ContextInterface, symbol_table: str) -> bool:
"""