remove old python leftovers

This commit is contained in:
Maximilian Hils 2020-12-07 22:58:53 +01:00
parent 5527c614b0
commit 884b5dc234
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
"""
This file now contains python3.8+ syntax!
"""
import os
import sys
import asyncio

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35, py38, py39, flake8, filename_matching, mypy, individual_coverage, docs
envlist = py38, py39, flake8, filename_matching, mypy, individual_coverage, docs
skipsdist = True
toxworkdir={env:TOX_WORK_DIR:.tox}