mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
[Fix] Fixed remaining flake8 errors
This commit is contained in:
parent
4f1606d26a
commit
d45b43e6de
2 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ from typing import Union, TYPE_CHECKING
|
|||
if TYPE_CHECKING:
|
||||
from .correlators import Corr
|
||||
|
||||
|
||||
def print_config():
|
||||
"""Print information about version of python, pyerrors and dependencies."""
|
||||
config = {"system": platform.system(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue