Removed future import

This commit is contained in:
Martin Whitehouse 2022-07-22 03:28:46 +02:00
parent 25542f929e
commit c2e933b1fb
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -1,17 +1,5 @@
# -*- coding: utf-8 -*-
"""Python packaging."""
from __future__ import unicode_literals
import os
from setuptools import setup