Learn more about these different git repos.
Other Git URLs
1cac2d3
@@ -2,7 +2,7 @@
import os
import tempfile
- from typing import Optional, Tuple, Union
+ from typing import Optional, Tuple, Union # noqa
from freshmaker.config import all_, any_ # noqa
@@ -26,7 +26,7 @@
import pkg_resources
from logging import getLogger
- from typing import Any
+ from typing import Any # noqa
from flask import Flask
from flask_login import LoginManager
@@ -22,7 +22,7 @@
# Written by Jan Kaluza <jkaluza@redhat.com>
import itertools
- from typing import Dict, Any
+ from typing import Dict, Any # noqa
from freshmaker import conf
from freshmaker.types import ArtifactType
import abc
- from typing import List
+ from typing import List # noqa
class BaseParser(object):
Seems like there's some known issue with flake8 and typing: https://gitlab.com/pycqa/flake8/-/issues/342
Let's just ignore them.
Signed-off-by: Giulia Naponiello gnaponie@redhat.com
:thumbsup:
Pull-Request has been merged by gnaponie
Seems like there's some known issue with flake8 and typing:
https://gitlab.com/pycqa/flake8/-/issues/342
Let's just ignore them.
Signed-off-by: Giulia Naponiello gnaponie@redhat.com