Skip to content

Commit

Permalink
fix: apply toml lint on pyproject.toml
Browse files Browse the repository at this point in the history
+ fix isort issue in api.py
  • Loading branch information
raphael0202 committed Jul 18, 2024
1 parent 6d29674 commit c316e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ types-cachetools = "^5.2.1"
types-redis = "^4.3.21"
rq-dashboard = "~0.6.1"

[tool.poetry.scripts]
robotoff-cli = 'robotoff.cli.main:main'

[tool.poetry.group.dev.dependencies]
types-pytz = "^2024.1.0.20240417"

[tool.poetry.scripts]
robotoff-cli = 'robotoff.cli.main:main'
2 changes: 1 addition & 1 deletion robotoff/app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import datetime
import functools
import hashlib
import urllib
import io
import re
import tempfile
import urllib
import uuid
from collections import defaultdict
from pathlib import Path
Expand Down

0 comments on commit c316e41

Please sign in to comment.