You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sayed Mohammad Hossein Torabi (Jira)" <ji...@apache.org> on 2019/11/04 10:58:00 UTC

[jira] [Created] (AIRFLOW-5845) Removing imp module deprecated warning

Sayed Mohammad Hossein Torabi created AIRFLOW-5845:
------------------------------------------------------

             Summary: Removing imp module deprecated warning
                 Key: AIRFLOW-5845
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5845
             Project: Apache Airflow
          Issue Type: Bug
          Components: models, plugins
    Affects Versions: 1.10.6
            Reporter: Sayed Mohammad Hossein Torabi
            Assignee: Sayed Mohammad Hossein Torabi


Removing deprecated warning related to use *imp module.* here is the warning error:
{code:java}
DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)