Michael Currin
|
c15a4d5af6
|
Refactor currency_converter.py (#5917)
* Update currency_converter.py
* refactor: add types and remove reserved keyword "from" usage
* feat: update text
* Update web_programming/currency_converter.py
Co-authored-by: xcodz-dot <71920621+xcodz-dot@users.noreply.github.com>
* Update web_programming/currency_converter.py
Co-authored-by: xcodz-dot <71920621+xcodz-dot@users.noreply.github.com>
* fix: update currency_converter.py
* updating DIRECTORY.md
* Update currency_converter.py
Co-authored-by: xcodz-dot <71920621+xcodz-dot@users.noreply.github.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2022-01-28 07:52:42 +01:00 |
|
Christian Clauss
|
895bca3654
|
[mypy] Fix web_programming directory (#4297)
* Update world_covid19_stats.py
* Delete monkeytype_config.py
* updating DIRECTORY.md
* Apply pyannotate suggestions to emails_from_url.py
* mypy web_programming/emails_from_url.py
* super().__init__()
* mypy --ignore-missing-imports web_programming/emails_from_url.py
* Update emails_from_url.py
* self.urls: list[str] = []
* mypy: Fix web_programming directory
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
|
2021-03-31 08:48:07 +05:30 |
|
Niranjan Hegde
|
f036b9f358
|
Web programming contribution (#2436)
* Currency Converter
* currency converter
* Currency Converter
* currency converter
* implemented changes
* Implemented changes requested
* TESTING = os.getenv("CONTINUOUS_INTEGRATION", False)
* Update currency_converter.py
* Update currency_converter.py
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-11-21 09:04:08 +01:00 |
|