Skip to content

Commit

Permalink
fix: log in wrong position
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 24, 2024
1 parent 4562113 commit ce941af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions python-package/basedosdados/upload/storage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Class for managing the files in cloud storage.
"""

import sys

# pylint: disable=invalid-name, too-many-arguments, undefined-loop-variable,line-too-long,broad-except,R0801
Expand Down
3 changes: 2 additions & 1 deletion python-package/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python-package/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "basedosdados"
version = "2.0.0-beta.16"
version = "2.0.0-beta.17"
description = "Organizar e facilitar o acesso a dados brasileiros através de tabelas públicas no BigQuery."
authors = ["Joao Carabetta <[email protected]>", "Ricardo Dahis", "Diego Oliveira"]
classifiers = [
Expand Down

0 comments on commit ce941af

Please sign in to comment.