Skip to content

Commit

Permalink
chg: Python 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 15, 2024
1 parent cbbdc4b commit 646c143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ repos:
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
3 changes: 2 additions & 1 deletion website/web/proxied.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
from typing import Any, MutableMapping
from typing import Any
from collections.abc import MutableMapping


class ReverseProxied():
Expand Down

0 comments on commit 646c143

Please sign in to comment.