Skip to content

Commit 394cc9e

Browse files
committed
Moved odata lexer
1 parent 6fa6c86 commit 394cc9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PRIP/prip_station_mock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
import datetime
66
import json
7-
from flask import Flask, Response, request, send_file, after_this_request
7+
from flask import Flask, Response, request, send_file
88
from flask_bcrypt import Bcrypt
99
from flask_httpauth import HTTPBasicAuth
1010
from http import HTTPStatus
@@ -15,7 +15,7 @@
1515
)
1616
from common.pagination import additional_options, prepare_response_odata_v4
1717
import re
18-
from odata_lexer import parse_odata_filter
18+
from common.odata_lexer import parse_odata_filter
1919
from shapely.geometry import Polygon, shape
2020

2121
PATH_TO_CONFIG = pathlib.Path(__file__).parent.resolve() / "config"
File renamed without changes.

0 commit comments

Comments
 (0)