Flake8 linting

This commit is contained in:
Odd Stråbø 2020-09-27 03:47:38 +02:00
parent b1c9f95a86
commit 6d61a83b54
6 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import, print_function, unicode_literals
import sys
import pytest