fix: Convert UPPER_WORDS from string to tuple type #1092 (#1093)

* fix: Convert UPPER_WORDS from string to tuple type

* style: apply pre-commit fixes

---------

Co-authored-by: gabriel-tessier <gabriel-tessier@users.noreply.github.com>
pull/1097/head
JOO HWAN SEOK 7 months ago committed by GitHub
parent 5b91ab0b3f
commit d84a347a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,8 +89,8 @@ UPPER_WORDS = {
"generic": ("vpn", "ios", "xen", "sql", "lxc"),
"outscale": ("osc",),
"openstack": ("rpm", "loci", "nfv", "ec2api"),
"pve": ("pve"),
"ibm": ("ibm"),
"pve": ("pve",),
"ibm": ("ibm",),
"gis": ("gis","ban","ign","ogc","qgis","wfs","wms"),
}

@ -238,5 +238,3 @@ Node classes list of the gis provider.
<img width="30" src="/img/resources/gis/server/zooproject.png" alt="Zooproject" style="float: left; padding-right: 5px;" >
**diagrams.gis.server.Zooproject**
## gis.toolkit

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save