Skip to content
Snippets Groups Projects
Commit 68bf1f7a authored by Tore.Brede's avatar Tore.Brede
Browse files

Fixing pylint warnings

parent 18445712
No related branches found
No related tags found
1 merge request!18GREG-7: Simple task running functionality. Adding ask for checking roles about to expire
Pipeline #88982 failed
...@@ -2,11 +2,11 @@ import time ...@@ -2,11 +2,11 @@ import time
from datetime import date, datetime, timedelta from datetime import date, datetime, timedelta
from typing import Optional from typing import Optional
from abc import ABC, abstractmethod
from django.utils import timezone from django.utils import timezone
from greg.models import PersonRole, Notification, ScheduleTask from greg.models import PersonRole, Notification, ScheduleTask
from abc import ABC, abstractmethod
class BaseSchedule(ABC): class BaseSchedule(ABC):
......
import zoneinfo
from datetime import datetime, timedelta from datetime import datetime, timedelta
import pytest import pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment