Skip to content

Commit

Permalink
deleted unnecessary attribute from pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <[email protected]>
  • Loading branch information
ant-u committed Mar 18, 2024
1 parent 2c861e9 commit cecde49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ros_license_toolkit/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ def __init__(self, path: str, repo: Optional[Repo] = None):
# this is Optional, because it is only evaluated on the first call
self._license_tags: Optional[Dict[str, LicenseTag]] = None

# If the tag is wrong (like BSD) but the actual license can
# be found out through declaration, this field contains the tag
self.inofficial_license_tag: Dict[str, str] = {}

def _get_path_relative_to_pkg(self, path: str) -> str:
"""Get path relative to pkg root"""
return os.path.relpath(path, self.abspath)
Expand Down

0 comments on commit cecde49

Please sign in to comment.