summaryrefslogtreecommitdiff
path: root/test/test_poopt.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-10-14 13:00:42 +0200
committermathieui <mathieui@mathieui.net>2017-10-14 13:00:42 +0200
commit225f300ef3acd04c6d2c27d833a6a3cb03bc6317 (patch)
tree670471ce3cf78d7825a16f83ab629efc9432d372 /test/test_poopt.py
parent3b5e3964699f6e5eee05ac3d62847d782a9fe135 (diff)
downloadpoezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.tar.gz
poezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.tar.bz2
poezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.tar.xz
poezio-225f300ef3acd04c6d2c27d833a6a3cb03bc6317.zip
Remove some unused imports
Diffstat (limited to 'test/test_poopt.py')
-rw-r--r--test/test_poopt.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_poopt.py b/test/test_poopt.py
index 54d0c918..0ad8f8c7 100644
--- a/test/test_poopt.py
+++ b/test/test_poopt.py
@@ -2,8 +2,6 @@
Test of the poopt module
"""
-import pytest
-
from poezio.poopt import cut_text
def test_cut_text():