mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
Order imports and module-level dunder name assignments.
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
import unittest
|
||||
from common_test import AATest, setup_all_loops
|
||||
|
||||
from apparmor.common import AppArmorBug
|
||||
from apparmor.notify import get_last_login_timestamp, sane_timestamp
|
||||
from common_test import AATest, setup_all_loops
|
||||
|
||||
|
||||
class TestSane_timestamp(AATest):
|
||||
|
Reference in New Issue
Block a user