Skip to content

Commit

Permalink
fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaorrico committed Dec 4, 2017
1 parent 3ad1707 commit e237352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
""" holds class State"""
import models
from models.base_model import BaseModel, Base
Expand Down

0 comments on commit e237352

Please sign in to comment.