diff options
| author | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-01-28 15:34:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 15:34:44 +0000 |
| commit | 9200d9eeff3d624d592d01d618ad30f02dc68afd (patch) | |
| tree | 159cad7c36f66281a7a05354ff08164ff0d6bb1f /python/subunit/__init__.py | |
| parent | f49eb718b7f863ccfcc8b57f3251d138036af6c6 (diff) | |
| parent | 99e17060527c24a2d4b5bea34d97dc3c4f7bf6d1 (diff) | |
| download | subunit-git-9200d9eeff3d624d592d01d618ad30f02dc68afd.tar.gz | |
Merge pull request #58 from jelmer/drop-extras
Drop extras
Diffstat (limited to 'python/subunit/__init__.py')
| -rw-r--r-- | python/subunit/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 971e408..144557e 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -124,7 +124,6 @@ import subprocess import sys import unittest -from extras import safe_hasattr from testtools import content, content_type, ExtendedToOriginalDecorator from testtools.content import TracebackContent from testtools.compat import _b, _u |
