Skip to content

fix translation.py for init.doc field with mypy OK - #5198

Open
HazizCISSE wants to merge 1 commit into
MarketSquare:mainfrom
HazizCISSE:fix-mypy-for-right-init.doc-json-field
Open

fix translation.py for init.doc field with mypy OK#5198
HazizCISSE wants to merge 1 commit into
MarketSquare:mainfrom
HazizCISSE:fix-mypy-for-right-init.doc-json-field

Conversation

@HazizCISSE

Copy link
Copy Markdown

fix mypy error for translation.py PR #5193.
2 modifications on lines 48 and 49
old PR :
Line 48 : "doc": inspect.getdoc(browser.__init__),
Line 49 : no changes

new PR :
Line 48 : "doc": inspect.getdoc(Browser.__init__),
Line 49 : "sha256": hashlib.sha256(inspect.getdoc(Browser.__init__).encode("utf-16")).hexdigest(),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant