Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
backend linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed Apr 3, 2024
1 parent ed3eb74 commit 26c4804
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/test_auth_server/__main__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""Main entry point for the application."""

from dotenv import load_dotenv
from flask import Flask

"""Index api point"""
from flask import Blueprint, request
from flask import Flask, Blueprint, request
from flask_restful import Resource, Api


Expand Down

0 comments on commit 26c4804

Please sign in to comment.