Skip to content

Commit

Permalink
🚨 Removing linter warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <[email protected]>
  • Loading branch information
mgorsk1 committed Jan 27, 2021
1 parent c6470cd commit 886bb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Config:

# Custom kwargs that will be passed to proxy client. Can be used to fine-tune parameters like timeout
# or num of retries
PROXY_CLIENT_KWARGS = dict()
PROXY_CLIENT_KWARGS: Dict = dict()


# NB: If you're using the gremlin proxy, the appropriate GremlinConfig must be added to any other configs
Expand Down

0 comments on commit 886bb1e

Please sign in to comment.