Commit a2fd0765 authored by Kai Chen's avatar Kai Chen
Browse files

fix flake8 error

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