Skip to content

Commit

Permalink
running isort on ingest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Apr 20, 2020
1 parent 77bce32 commit f2f892f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/sdssdb/utils/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
import os
import re
import warnings
import inflect

import inflect
import numpy
import peewee
from playhouse.postgres_ext import ArrayField
from playhouse.reflection import generate_models
from sqlalchemy.ext.automap import automap_base
from sqlalchemy.ext.declarative import declarative_base, DeferredReflection
from sqlalchemy.ext.declarative import DeferredReflection, declarative_base

from sdssdb import log
from sdssdb.connection import SQLADatabaseConnection
from sdssdb.sqlalchemy import BaseModel
Expand Down

0 comments on commit f2f892f

Please sign in to comment.