Skip to content

Commit

Permalink
updated import and removed obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
iambibhas committed May 19, 2021
1 parent 8b87af5 commit ada835d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
7 changes: 3 additions & 4 deletions hasjob/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
from flask.cli import AppGroup

from coaster.utils import utcnow
from hasjob import app
from hasjob.models import db
import hasjob.models as models
import hasjob.views as views

from . import app, models, views
from .models import db


@app.shell_context_processor
Expand Down
8 changes: 0 additions & 8 deletions website.py

This file was deleted.

0 comments on commit ada835d

Please sign in to comment.