Skip to content

Commit

Permalink
flake8, improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Dec 13, 2021
1 parent 961dbdd commit 4fd2cd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""pytest command line options and doctest namespace."""
"""pytest command line options and doctest flag definition/setup."""

import doctest
import unittest.mock
Expand Down
1 change: 0 additions & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

"""Run the tests with https://pytest.org."""

import doctest
import pathlib
import platform
import sys
Expand Down

0 comments on commit 4fd2cd0

Please sign in to comment.