mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
refactored all relative paths to absolute paths (#3495)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .analyzer import SecurityAnalyzer
|
||||
from .invariant.analyzer import InvariantAnalyzer
|
||||
from openhands.security.analyzer import SecurityAnalyzer
|
||||
from openhands.security.invariant.analyzer import InvariantAnalyzer
|
||||
|
||||
__all__ = [
|
||||
'SecurityAnalyzer',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from .analyzer import InvariantAnalyzer
|
||||
from openhands.security.invariant.analyzer import InvariantAnalyzer
|
||||
|
||||
__all__ = [
|
||||
'InvariantAnalyzer',
|
||||
|
||||
Reference in New Issue
Block a user