Fix my derp

This commit is contained in:
Kevin Tindall
2022-01-02 22:33:25 -06:00
parent 620dedd4f9
commit 2e4a75567a
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import asyncio
import sys
from mock import patch, Mock
import pytest

View File

@@ -1,5 +1,4 @@
from mock import patch
import sys
import asyncio
import pytest