mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 21:14:15 +02:00
[arch] improvmenet -> cleaning up some code warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import re
|
||||
|
||||
RE_STRIP_EPIC = re.compile(r'^\d+:')
|
||||
RE_STRIP_RELEASE = re.compile(r'-[\d\.?]+$')
|
||||
RE_STRIP_RELEASE = re.compile(r'-[\d.?]+$')
|
||||
|
||||
|
||||
def clean_version(version: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user