style: pre-commit run -a

This commit is contained in:
Henry Fredrick Schreiner
2021-01-06 18:10:32 -05:00
committed by Henry Schreiner
parent b1e5b8b647
commit 635b226a6c
39 changed files with 103 additions and 94 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
import sys
import time
from typing import Optional, Union, AnyStr, IO
from typing import IO, AnyStr, Optional, Union
from cibuildwheel.util import CIProvider, detect_ci_provider