Skip to content

Commit

Permalink
black apply
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Apr 8, 2024
1 parent 7821a8f commit 10860be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gn2pg/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- HTTPError - HTTP protocol error
"""

import json
import logging
import math
Expand Down
1 change: 1 addition & 0 deletions gn2pg/app/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
GN2GG global settings file
"""

import logging
import logging.config
import sys
Expand Down
1 change: 1 addition & 0 deletions gn2pg/app/env.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module providing constant environment variable path directory."""

from pathlib import Path

# DIRECTORY FOR SETTINGS.INI
Expand Down
1 change: 1 addition & 0 deletions gn2pg/app/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module providing Models according to database from config file."""

from sqlalchemy.dialects.postgresql import JSONB
from sqlalchemy.sql import func

Expand Down
1 change: 1 addition & 0 deletions gn2pg/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
-
"""

import logging
from datetime import datetime
from functools import partial
Expand Down

0 comments on commit 10860be

Please sign in to comment.