Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Mar 25, 2024
1 parent abb876c commit c852f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
3 changes: 2 additions & 1 deletion backend/app/connectors/grafana/routes/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
from app.connectors.grafana.services.reporting import get_orgs
from app.connectors.models import Connectors
from app.db.db_session import get_db
from app.middleware.license import is_feature_enabled

# from app.middleware.license import is_feature_enabled

# App specific imports

Expand Down

0 comments on commit c852f72

Please sign in to comment.