Skip to content

Commit

Permalink
Ignore F403 errors in preludes. (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper authored Jul 24, 2023
1 parent 5839001 commit e42a28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gluonts/mx/prelude.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# flake8: noqa: F401
# flake8: noqa: F401, F403

from .component import *
from .serde import *
Expand Down
2 changes: 1 addition & 1 deletion src/gluonts/torch/prelude.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# flake8: noqa: F401
# flake8: noqa: F401, F403

from .component import *
from .model.forecast_generator import *
Expand Down

0 comments on commit e42a28e

Please sign in to comment.