Commit c694aaf5 by David Baumgold

removed unused import

parent 76d1ea0b
...@@ -5,7 +5,7 @@ a release-master multitool ...@@ -5,7 +5,7 @@ a release-master multitool
from __future__ import print_function, unicode_literals from __future__ import print_function, unicode_literals
import sys import sys
from path import path from path import path
from git import Repo, Commit from git import Repo
from git.refs.symbolic import SymbolicReference from git.refs.symbolic import SymbolicReference
import argparse import argparse
from datetime import date, timedelta from datetime import date, timedelta
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment