Skip to content

Commit 15c97ae

Browse files
authored
Merge pull request #164 from UW-Macrostrat/code-formatting-fix
Fixed SQL file mis-identified as Python
2 parents 44d6b20 + a028637 commit 15c97ae

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#TODO we need to implement a separate rockd migration process similar to the macrostrat process
1+
# TODO we need to implement a separate rockd migration process similar to the macrostrat process

cli/macrostrat/cli/database/rockd/rockd_reader_privileges.py renamed to cli/macrostrat/cli/database/rockd/rockd_reader_privileges.sql

File renamed without changes.

map-integration/macrostrat/map_integration/commands/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def ingest_map(
6464
crs: str = None,
6565
if_exists: str = "replace",
6666
legend_file: str = None,
67-
#TODO add default key column to the first column in the file
67+
# TODO add default key column to the first column in the file
6868
legend_key: str = None,
6969
legend_table: str = "polygons",
7070
chunksize: int = 100,

services/api-v3/api/schemas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import datetime
22
import enum
33
from typing import List
4-
from sqlalchemy.dialects.postgresql import ENUM
5-
64

75
from geoalchemy2 import Geometry
86
from sqlalchemy import (
@@ -16,6 +14,7 @@
1614
from sqlalchemy.dialects.postgresql import (
1715
ARRAY,
1816
BOOLEAN,
17+
ENUM,
1918
INTEGER,
2019
JSON,
2120
JSONB,

0 commit comments

Comments
 (0)