Skip to content

Commit

Permalink
Merge pull request #6529: [BEAM-5533] fix import error in the depende…
Browse files Browse the repository at this point in the history
…ncy tool
  • Loading branch information
chamikaramj committed Oct 1, 2018
2 parents 6ac245b + 23f948a commit a9d0d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
# limitations under the License.
#

import dependency_check.version_comparer as version_comparer
import logging
import os.path
import re
import requests
import sys
import traceback
import version_comparer

from datetime import datetime
from dependency_check.bigquery_client_utils import BigQueryClientUtils
Expand Down

0 comments on commit a9d0d66

Please sign in to comment.