Pyflakes fixes.

This commit is contained in:
Albert Cervera i Areny 2020-12-05 01:08:21 +01:00
parent 00edb39289
commit 3c5407e45b
2 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,5 @@
#!/usr/bin/env python
# encoding: utf-8
from setuptools import setup
import re#!/usr/bin/env python
# encoding: utf-8
from setuptools import setup
import re
import os
@ -113,4 +108,4 @@ setup(name='%s_%s' % (PREFIX, MODULE),
test_loader='trytond.test_loader:Loader',
tests_require=tests_require,
)
)

View File

@ -1,3 +1,5 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from .test_party_cnae import suite
__all__ = ['suite']