Skip to content

Commit 3002c88

Browse files
Pouyanpierickgalinkin
authored andcommitted
style: apply pre-commits
1 parent 015768f commit 3002c88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nemoguardrails/library/jailbreak_detection/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# See the License for the specific language governing permissions and
2929
# limitations under the License.
3030

31-
import os
3231
import logging
32+
import os
3333
from typing import Optional
3434

3535
from nemoguardrails.actions import action

nemoguardrails/library/jailbreak_detection/model_based/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
import os
1716
import logging
17+
import os
1818
from functools import lru_cache
1919
from pathlib import Path
2020
from typing import Union

0 commit comments

Comments
 (0)