Skip to content

Commit

Permalink
Fixing the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Chatterjee committed Dec 9, 2024
1 parent bc5f3bc commit d1555ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 112 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: github/super-linter@v4
env:
# Validate only new pull requests
VALIDATE_ALL_CODEBASE: false
# VALIDATE_ALL_CODEBASE: false
# Uncommenting the following enables linting for only Python and bash files
# VALIDATE_PYTHON: true
# VALIDATE_BASH: true
# VALIDATE_BASH_EXEC: true
VALIDATE_PYTHON: true
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107 changes: 0 additions & 107 deletions templates/layout.html.notused

This file was deleted.

3 changes: 2 additions & 1 deletion web/view/consult.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import config
import json
from web import app
from web.model import Client
from web.forms import ClientForm
from flask import render_template, request, session, redirect, url_for
from flask import render_template, request, session, redirect, sa, url_for
from phone_scanner import AndroidScan, IosScan, TestScan
from phone_scanner.db import get_client_devices_from_db, new_client_id

Expand Down

0 comments on commit d1555ef

Please sign in to comment.