Skip to content

Commit

Permalink
Add a module docstring to tstrunner.py
Browse files Browse the repository at this point in the history
It benefits from a docstring because it is not referenced in code
or documentation, and its purpose is/was otherwise unclear.

The docstring includes a reference to gitpython-developers#1188 for more information.
  • Loading branch information
EliahKagan committed Oct 23, 2023
1 parent 11fce8a commit cf9243a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tstrunner.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Hook for MonkeyType (see PR #1188)."""

import unittest

loader = unittest.TestLoader()
Expand Down

0 comments on commit cf9243a

Please sign in to comment.