Skip to content

Commit 3be11ad

Browse files
committed
fix: shebang did not have proper version of python
1 parent 5519936 commit 3be11ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22
""" holds class User"""
3+
34
import models
45
from models.base_model import BaseModel, Base
56
from os import getenv

0 commit comments

Comments
 (0)