Skip to content

Commit

Permalink
fix a small os not defined issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-fano committed Apr 17, 2024
1 parent 79d721d commit 6386d85
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 6386d85

Please sign in to comment.