Skip to content

Commit

Permalink
fix: remove unneeded overrides
Browse files Browse the repository at this point in the history
ElJocho committed Jan 15, 2024
1 parent 1ea2291 commit d909b40
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from urllib.request import urlretrieve

from overrides import overrides

from mapswipe_workers import auth
from mapswipe_workers.firebase.firebase import Firebase
from mapswipe_workers.firebase_to_postgres.transfer_results import (
@@ -60,7 +58,6 @@ def get_per_project_statistics(project_id, project_info):
return get_statistics_for_geometry_result_project(project_id)

@staticmethod
@overrides()
def delete_mapping_session_results(project_id):
p_con = auth.postgresDB()
sql_query = """

0 comments on commit d909b40

Please sign in to comment.