You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we should have a dataclass containing all the copyright and licensing information when #654 is merged, one might be able to remove the following attributes of the _File class:
class_File:
"""Represent an SPDX file. Sufficiently enough for our purposes, in any case. """def__init__(self, name, spdx_id=None, chk_sum=None):
...
self.license_concluded: str=Noneself.copyright: str=None
...
It is likely that this is a larger refactoring.
The text was updated successfully, but these errors were encountered:
Since we should have a dataclass containing all the copyright and licensing information when #654 is merged, one might be able to remove the following attributes of the
_File
class:It is likely that this is a larger refactoring.
The text was updated successfully, but these errors were encountered: