Skip to content

Commit

Permalink
Remove training comma in import
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 21, 2023
1 parent 55b6750 commit 55aacbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

from src.config import (
ALLOW_BIND_ZIP_FILTER,
ENABLE_HDX_EXPORTS,
ENABLE_POLYGON_STATISTICS_ENDPOINTS,
ENABLE_TILES,
ENABLE_HDX_EXPORTS
)

if ENABLE_HDX_EXPORTS:
from src.config import ALLOWED_HDX_TAGS, ALLOWED_HDX_UPDATE_FREQUENCIES,
from src.config import ALLOWED_HDX_TAGS, ALLOWED_HDX_UPDATE_FREQUENCIES


def to_camel(string: str) -> str:
Expand Down

0 comments on commit 55aacbe

Please sign in to comment.