Skip to content

Commit 2f5a0e1

Browse files
committed
fix mypy and README logo url
1 parent 1e1c0c8 commit 2f5a0e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="#" target="blank"><img src="docs/img/EllarLogoIconOnly.png" width="200" alt="Ellar Logo" /></a>
2+
<a href="#" target="blank"><img src="https://eadwincode.github.io/ellar/img/EllarLogoB.png" width="200" alt="Ellar Logo" /></a>
33
</p>
44

55
<p align="center"> Ellar CLI Tool for Scaffolding Ellar Projects and Modules and also running Ellar Commands</p>

ellar_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def build_typers() -> t.Any:
6161

6262
if meta_ and meta_.has_meta:
6363
module_configs = AppFactory.get_all_modules(
64-
ModuleSetup(meta_.import_root_module()) # type:ignore
64+
ModuleSetup(meta_.import_root_module())
6565
)
6666
reflector = Reflector()
6767

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.6
2+
python_version = 3.8
33

44
show_column_numbers = True
55

0 commit comments

Comments
 (0)