Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Add E501 to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jul 20, 2021
1 parent e131a14 commit c564e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allennlp/nn/initializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* ["block_orthogonal"](./initializers.md#block_orthogonal)
* ["uniform_unit_scaling"](./initializers.md#uniform_unit_scaling)
* ["pretrained"](./initializers.md#pretrainedmodelinitializer)
"""
""" # noqa: E501
import logging
import re
import math
Expand Down

0 comments on commit c564e2a

Please sign in to comment.