Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123199
D7958.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
541 B
Subscribers
None
D7958.diff
View Options
diff --git a/requirements-swh.txt b/requirements-swh.txt
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -1,2 +1,2 @@
-swh.core[db,http] >= 2
+swh.core[db,http] >= 2.9
swh.storage >= 0.11.1
diff --git a/swh/scheduler/backend.py b/swh/scheduler/backend.py
--- a/swh/scheduler/backend.py
+++ b/swh/scheduler/backend.py
@@ -73,9 +73,6 @@
)
self._db = None
- def get_current_version(self):
- return self.current_version
-
def get_db(self):
if self._db:
return self._db
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 2:41 AM (2 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3223787
Attached To
D7958: Remove unused get_current_version method
Event Timeline
Log In to Comment