Skip to content

Commit

Permalink
check mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
maryykmv committed Dec 20, 2023
1 parent cc271fc commit 97083ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import json
import subprocess

from core.config.base_settings import FIXSTURES_DIR, RESOURSES_ROOT
from core.config.base_settings import ( # type: ignore
FIXSTURES_DIR,
RESOURSES_ROOT,
)
from django.core.management.base import BaseCommand
from main.models import Player

Expand Down
2 changes: 1 addition & 1 deletion adaptive_hockey_federation/parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import click
import docx # type: ignore
from core.config.dev_settings import FIXSTURES_DIR # type: ignore

from adaptive_hockey_federation.core.config.dev_settings import FIXSTURES_DIR
from adaptive_hockey_federation.parser.docx_parser import (
docx_parser,
find_numeric_statuses,
Expand Down

0 comments on commit 97083ad

Please sign in to comment.