Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 25, 2017
1 parent 9b8e76f commit db04002
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cron/parse_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import xml.etree.ElementTree as ElementTree



def getbuilds(url):
try:
text = requests.get(url).text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Module for managing jobs in Pacific Bioscience's SMRT Portal and automatically transferring files
produced by SMRT Portal.
"""
import json
import logging
import requests
from string import Template
Expand Down

0 comments on commit db04002

Please sign in to comment.