Skip to content

Commit

Permalink
Removes imp due to depreciation after python 3.10 and unnecessary in …
Browse files Browse the repository at this point in the history
…model
  • Loading branch information
michaelavs committed Dec 5, 2024
1 parent 0d7e11f commit 5b55acf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dgen_os/python/data_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import pickle
import sys
import logging
import imp
imp.reload(logging)
import sqlalchemy
import json

Expand Down

0 comments on commit 5b55acf

Please sign in to comment.