From 60bf701561098ed8e19cd7b088a7046f7aab6aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 19 Feb 2020 10:11:31 +0100 Subject: [PATCH] fix: Make MyPy happy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6397cb0..253a69e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -from setuptools import setup +from setuptools import setup # type: ignore setup(