import probs

This commit is contained in:
2019-09-05 09:41:01 +02:00
parent d5ff3c6afd
commit 83db70f2d7
4 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from datetime import datetime, date, time
from dateutil import parser
from typing import List, Union, Tuple
from types_ import Minutes
from app.types_ import Minutes
def subtract_times(first: time, second: time) -> Minutes: