Skip to content

Commit

Permalink
Fix sonar issues
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Günther <[email protected]>
  • Loading branch information
tom-hg57 committed Oct 6, 2024
1 parent 1da207d commit 6e17f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cimgen/cimgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def _add_profile_to_packages(profile_name, short_profile_name, profile_uri_list)
package_listed_by_short_name[short_profile_name].extend(profile_uri_list)


def _parse_rdf(input_dic, version):
def _parse_rdf(input_dic, version): # NOSONAR
classes_map = {}
profile_name = ""
profile_uri_list = []
Expand Down

0 comments on commit 6e17f10

Please sign in to comment.