Skip to content

Commit 0e424e0

Browse files
authored
chore: remove left-over comment (#1853)
Follow-up to PR #1849
1 parent 8aca7ed commit 0e424e0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ repos:
101101
name: mypy
102102
description: static type checking
103103
entry: mypy
104-
args: ["--config-file=mypy.ini"]
105104
language: python
106105
types: [python]
107106

opal/users/factories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* https://medium.com/analytics-vidhya/factoryboy-usage-cd0398fd11d2
1212
"""
1313

14-
# TypeVar.default backported from Python 3.13
1514
from typing import TypeVar
1615

1716
from django.contrib.auth.hashers import make_password

0 commit comments

Comments
 (0)