Minor linting improvements
I have now disabled W1203 globally, see comment in pyproject.toml
This commit is contained in:
parent
90f5a755b1
commit
a2ba95c1d3
4 changed files with 11 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ import logging
|
|||
import sys
|
||||
import time
|
||||
from contextlib import contextmanager
|
||||
from typing import Dict, List, Optional, Tuple, Type, Union, Sequence
|
||||
from typing import Dict, List, Optional, Sequence, Tuple, Type, Union
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue