Skip to content

Commit

Permalink
Do not import all consts
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Jul 28, 2023
1 parent 4cb7301 commit 9d478c8
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/apify_client/consts.py
Original file line number Diff line number Diff line change
@@ -1,40 +1,14 @@
import warnings
from typing import Any

from apify_shared.consts import BOOL_ENV_VARS as BOOL_ENV_VARS_
from apify_shared.consts import BOOL_ENV_VARS_TYPE as BOOL_ENV_VARS_TYPE_
from apify_shared.consts import DATETIME_ENV_VARS as DATETIME_ENV_VARS_
from apify_shared.consts import DATETIME_ENV_VARS_TYPE as DATETIME_ENV_VARS_TYPE_
from apify_shared.consts import FLOAT_ENV_VARS as FLOAT_ENV_VARS_
from apify_shared.consts import FLOAT_ENV_VARS_TYPE as FLOAT_ENV_VARS_TYPE_
from apify_shared.consts import INTEGER_ENV_VARS as INTEGER_ENV_VARS_
from apify_shared.consts import INTEGER_ENV_VARS_TYPE as INTEGER_ENV_VARS_TYPE_
from apify_shared.consts import STRING_ENV_VARS as STRING_ENV_VARS_
from apify_shared.consts import STRING_ENV_VARS_TYPE as STRING_ENV_VARS_TYPE_
from apify_shared.consts import ActorEventTypes as ActorEventTypes_
from apify_shared.consts import ActorExitCodes as ActorExitCodes_
from apify_shared.consts import ActorJobStatus as ActorJobStatus_
from apify_shared.consts import ActorSourceType as ActorSourceType_
from apify_shared.consts import ApifyEnvVars as ApifyEnvVars_
from apify_shared.consts import MetaOrigin as MetaOrigin_
from apify_shared.consts import WebhookEventType as WebhookEventType_

DEPRECATED_NAMES = [
'BOOL_ENV_VARS',
'BOOL_ENV_VARS_TYPE',
'DATETIME_ENV_VARS',
'DATETIME_ENV_VARS_TYPE',
'FLOAT_ENV_VARS',
'FLOAT_ENV_VARS_TYPE',
'INTEGER_ENV_VARS',
'INTEGER_ENV_VARS_TYPE',
'STRING_ENV_VARS',
'STRING_ENV_VARS_TYPE',
'ActorEventTypes',
'ActorExitCodes',
'ActorJobStatus',
'ActorSourceType',
'ApifyEnvVars',
'MetaOrigin',
'WebhookEventType',
]
Expand Down

0 comments on commit 9d478c8

Please sign in to comment.