Skip to content

Commit

Permalink
ruff lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jan 21, 2025
1 parent 0d44151 commit df36018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion HerdingCats/data_loader/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from functools import wraps
from io import BytesIO
from loguru import logger
from tqdm import tqdm


# START TO WRANGLE / ANALYSE
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "HerdingCats"
version = "0.1.6"
version = "0.1.7"
description = "A tool for exploring open data catalogues"
authors = [
"christophercarlon <chris@enmeshed.dev>",
Expand Down

0 comments on commit df36018

Please # to comment.