Update files
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-19 21:50:11 +01:00
parent 274520c57a
commit 7d6b53cd1d
13 changed files with 30 additions and 30 deletions

View File

@ -1,7 +1,7 @@
import csv
from typing import TypeAlias
from timetracker.games.models import Game
from games.models import Game
DataList: TypeAlias = list[dict[str, str]] | None

View File

@ -7,7 +7,7 @@ import matplotlib.dates as mdates
import pandas as pd
from django.db.models import F, IntegerField, QuerySet, Sum
from django.db.models.functions import TruncDay
from timetracker.games.models import Session
from games.models import Session
def key_value_to_value_value(data):