forgot import of log()

This commit is contained in:
Anton Hvornum 2022-02-02 08:12:06 +01:00
parent 6830a8050c
commit a7c57bac53
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import os
import logging
from functools import partial
from pathlib import Path
from typing import Iterator, Optional, Union