fix: Make MyPy happy

pull/5/head
Raphaël Vinot 2020-02-19 10:11:31 +01:00
parent 6facf5104e
commit 60bf701561
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from setuptools import setup
from setuptools import setup # type: ignore
setup(