Skip to content

Commit

Permalink
Refactor into module.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlman committed Aug 24, 2020
1 parent f61321f commit d140355
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file added app/__init__.py
Empty file.
File renamed without changes.
4 changes: 2 additions & 2 deletions flyapp.py → app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import zarr
import numpy as np
import orjson
import process
import msgpack
import uvicorn

Expand All @@ -17,7 +16,8 @@
from pydantic import BaseModel, Field
from starlette.responses import JSONResponse

import config
from . import config
from . import process

# Use orjson for NaN -> null and numpy support
# Source: https://github.com/tiangolo/fastapi/issues/459
Expand Down
File renamed without changes.

0 comments on commit d140355

Please sign in to comment.