containerbuildsystem / cachi2

GNU General Public License v3.0
7 stars 25 forks source link

Convert a couple of PipRequiremen class methods into static methods #488

Closed eskultety closed 4 months ago

eskultety commented 5 months ago

Both PipRequirement._assess_direct_access_requirement and PipRequirement._split_hashes_from_options can be made static helper methods instead of class methods as they really have no real connection to the class.