Formatting

This commit is contained in:
Lukas Wölfer
2020-02-12 01:04:08 +01:00
parent a8ead54831
commit 8c43ae4eb0
15 changed files with 59 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
import copy
import unittest
from typing import List, Tuple, Union, Optional
from typing import List, Optional, Tuple, Union
import cv2
import numpy as np