Skip to content

Commit

Permalink
fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jun 28, 2024
1 parent b3c03fb commit 74d4204
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/idsse_testing/ims_service/src/ims_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from glob import glob
from os import path

from flask import Flask, Response, request, jsonify, current_app
from flask import Flask, Response, request, jsonify
from flask_cors import CORS

# The joined profiles from the JSON examples...
Expand All @@ -32,7 +32,8 @@
]

class IMSService:

"""Handles HTTP access to mock IMS service"""

def profiles(self) -> Response:
print('----DEBUG----')
print('Received GET request for all events, with headers:', request.headers)
Expand Down

0 comments on commit 74d4204

Please sign in to comment.