Skip to content

Commit

Permalink
add missing annotations (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 28, 2020
1 parent dd34c10 commit b0edd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystiche/enc/multi_layer_encoder.py
Expand Up @@ -15,7 +15,7 @@
__all__ = ["MultiLayerEncoder", "SingleLayerEncoder"]


def _future_warning(name):
def _future_warning(name: str) -> None:
msg = (
f"The functionality of MultiLayerEncoder.{name} will change in the future. "
f"If you depend on this functionality, "
Expand Down

0 comments on commit b0edd34

Please sign in to comment.