Skip to content
Snippets Groups Projects
Commit a2fd0765 authored by Kai Chen's avatar Kai Chen
Browse files

fix flake8 error

parent ede8aec6
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ install: ...@@ -5,7 +5,6 @@ install:
- pip install flake8 - pip install flake8
python: python:
- "2.7"
- "3.5" - "3.5"
- "3.6" - "3.6"
......
...@@ -31,7 +31,7 @@ class RetinaHead(nn.Module): ...@@ -31,7 +31,7 @@ class RetinaHead(nn.Module):
anchor_strides (Iterable): Anchor strides. anchor_strides (Iterable): Anchor strides.
target_means (Iterable): Mean values of regression targets. target_means (Iterable): Mean values of regression targets.
target_stds (Iterable): Std values of regression targets. target_stds (Iterable): Std values of regression targets.
""" """ # noqa: W605
def __init__(self, def __init__(self,
in_channels, in_channels,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment