diff options
Diffstat (limited to 'python/subunit/_output.py')
-rw-r--r-- | python/subunit/_output.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/subunit/_output.py b/python/subunit/_output.py index 49b5e81..24d63dc 100644 --- a/python/subunit/_output.py +++ b/python/subunit/_output.py @@ -11,6 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # license you chose for the specific language governing permissions and # limitations under that license. +# import datetime from functools import partial |