mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add typing information, 2/n (#1178)
* Add typing to Docker Stack modules. Clean modules up. * Add typing to Docker Swarm modules. * Add typing to unit tests. * Add more typing. * Add ignore.txt entries.
This commit is contained in:
@@ -89,7 +89,7 @@ def get_meta_dir(name: str | None = None) -> str:
|
||||
return meta_dir
|
||||
|
||||
|
||||
def get_meta_file(name) -> str:
|
||||
def get_meta_file(name: str) -> str:
|
||||
return os.path.join(get_meta_dir(name), METAFILE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user