Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Sep 2, 2024
1 parent 968b315 commit 6340f5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/meteorologia/satelite/satellite_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# pylint: disable=too-many-locals, R0913, R1732
# no-qa: E203
# noqa: E203
"""
Funções úteis no tratamento de dados de satélite
"""
Expand Down
2 changes: 1 addition & 1 deletion pipelines/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""
Helper flows that could fit any pipeline.
"""
"""
2 changes: 1 addition & 1 deletion pipelines/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# pylint: disable=C0103, C0302
# no-qa: E203
# noqa: E203
"""
General utilities for all pipelines.
"""
Expand Down

0 comments on commit 6340f5d

Please sign in to comment.