Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Update cars_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Oct 5, 2019
1 parent cdd2d22 commit 3b69930
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions api/cars_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@

CARS_LIST = Cars().get_cars()
USER_LIST = Users().get_users()


finally:
dir_path = os.path.dirname(os.path.realpath(__file__))
cwd = os.getcwd()
full_path = os.path.realpath(__file__)

print("\ndir_path:\n{}\n".format(dir_path))
print("\ncwd:\n{}\n".format(cwd))
print("\nfull_path:\n{}\n".format(full_path))


REGISTERED_CARS = []


Expand Down

0 comments on commit 3b69930

Please sign in to comment.