Skip to content

Commit 1b33e99

Browse files
committed
feat: deplacage des import
1 parent a3a5964 commit 1b33e99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/HL/Autotech_constant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
import numpy as np
3+
import logging
34

45
# Car control
56
MAX_IA_SPEED = 2 # maximum speed for ia
@@ -57,5 +58,5 @@
5758
# the higher the temperature the more unprobalbe actions become probable, the lower the temperature the more probable actions become probable.
5859
# In our case Higher temperature means less agressive driving and lower temperature means more aggressive driving.
5960

60-
import logging
61+
6162
LOGGING_LEVEL = logging.DEBUG # can be either NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL

0 commit comments

Comments
 (0)