Skip to content

Commit

Permalink
Merge pull request #513 from janjagusch/update-black
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
wolfv committed Apr 6, 2022
2 parents b04fe03 + 9bc5546 commit 1ea9475
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pip
- fastapi
- typer
- authlib
- authlib=0.15.5
- psycopg2
- httpx=0.20.0
- sqlalchemy
Expand Down
1 change: 0 additions & 1 deletion quetz/authentication/pam.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,5 @@ async def authenticate(

return username


except ImportError:
PAMAuthenticator = None # type: ignore

0 comments on commit 1ea9475

Please sign in to comment.