[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
Этот коммит содержится в:
pre-commit-ci[bot] 2023-03-24 10:16:05 +00:00
родитель f96862eb04
Коммит dcc62bdcd5

Просмотреть файл

@ -4,7 +4,6 @@ from pandas import DataFrame
import pooch
class DownloadResource:
"""A remote resource that needs on demand downloading
@ -106,4 +105,4 @@ if __name__ == "__main__":
outdict = {}
outdict = append_data_to_dict(mydict)
df = dump_df(outdict)
print(df.head(10))
print(df.head(10))