Skip to content

Commit

Permalink
Add Pyright ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Oct 14, 2024
1 parent f83511d commit 654b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amt/services/instruments_and_requirements_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pyright: reportUnknownArgumentType=false, reportAttributeAccessIssue=false, reportUnknownMemberType=false
# pyright: reportUnknownVariableType=false, reportUnknownArgumentType=false, reportAttributeAccessIssue=false, reportUnknownMemberType=false
import logging
from collections import defaultdict
from datetime import datetime, timezone
Expand Down

0 comments on commit 654b0d1

Please sign in to comment.