mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Order imports and module-level dunder name assignments.
This commit is contained in:
@@ -17,8 +17,8 @@ import time
|
||||
import unittest
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
from common_test import AATest, setup_all_loops, setup_aa
|
||||
import apparmor.aa as aa
|
||||
from common_test import AATest, setup_aa, setup_all_loops
|
||||
|
||||
# The location of the aa-notify utility can be overridden by setting
|
||||
# the APPARMOR_NOTIFY environment variable; this is useful for running
|
||||
|
Reference in New Issue
Block a user