mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-19 12:28:12 +01:00
Fixed imports order
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import os
|
||||
import sys
|
||||
from tempfile import mkstemp, mkdtemp
|
||||
from unittest import TestCase
|
||||
import shutil
|
||||
from unittest import mock
|
||||
import sys
|
||||
from tempfile import mkdtemp, mkstemp
|
||||
from unittest import TestCase, mock
|
||||
|
||||
from fs_uae_wrapper import wrapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user