mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-03-11 20:24:41 +08:00
Format and lint with ruff (#1263)
This commit is contained in:
@@ -7,13 +7,12 @@ from django.utils import timezone
|
||||
from bookmarks.utils import (
|
||||
humanize_absolute_date,
|
||||
humanize_relative_date,
|
||||
parse_timestamp,
|
||||
normalize_url,
|
||||
parse_timestamp,
|
||||
)
|
||||
|
||||
|
||||
class UtilsTestCase(TestCase):
|
||||
|
||||
def test_humanize_absolute_date(self):
|
||||
test_cases = [
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user