Skip to content

Commit

Permalink
Ignore type check in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 3, 2024
1 parent e3b50b6 commit 9cce1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
import requests
import shutil
import toml
import toml # type: ignore

from datetime import datetime, timezone
from typing import List
Expand Down

0 comments on commit 9cce1bb

Please sign in to comment.