Skip to content

Commit

Permalink
some lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Oct 16, 2023
1 parent fe9b649 commit af9284e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tom_dataproducts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@
from tom_observations.models import ObservationRecord
from tom_observations.facility import get_service_class
from tom_dataproducts.sharing import share_data_with_hermes, share_data_with_tom, sharing_feedback_handler
from tom_dataproducts.serializers import DataProductSerializer
import tom_dataproducts.forced_photometry.forced_photometry_service as fps

import requests
from tom_targets.models import Target

logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit af9284e

Please sign in to comment.