Skip to content

Commit

Permalink
Merge pull request #125 from patrick330602/fix-missing-import-os
Browse files Browse the repository at this point in the history
fix a small "os not defined" issue
  • Loading branch information
liviuchircu authored Apr 19, 2024
2 parents 79d721d + 6386d85 commit 5f1f2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensipscli/libs/sqlalchemy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

from copy import copy

import os
import sqlalchemy as sa
from sqlalchemy.engine.url import make_url
from sqlalchemy.exc import OperationalError, ProgrammingError
Expand Down

0 comments on commit 5f1f2be

Please sign in to comment.