Skip to content

Commit

Permalink
change to import os
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciahsieh committed Dec 21, 2017
1 parent 15820fb commit f148313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1/views/places_amenities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
"""places.py"""
from os import getenv
"""places_amenities.py"""
import os
from api.v1.views import app_views
from flask import abort, jsonify, make_response, request
from models import storage
Expand Down

0 comments on commit f148313

Please sign in to comment.