Skip to content

Comments

Sync page fixes#20

Draft
tofu-rocketry wants to merge 18 commits intoapel:devfrom
tofu-rocketry:sync
Draft

Sync page fixes#20
tofu-rocketry wants to merge 18 commits intoapel:devfrom
tofu-rocketry:sync

Conversation

@tofu-rocketry
Copy link
Member

No description provided.

# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.contrib import admin

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'admin' is not used.
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.test import TestCase

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'TestCase' is not used.
from rest_framework import viewsets
from rest_framework.renderers import TemplateHTMLRenderer

from monitoring.synchronisation.models import GridSiteSync, VSuperSummaries, VSyncRecords

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'VSyncRecords' is not used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant