We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56c22da + f11d5ac commit b10c9b9Copy full SHA for b10c9b9
examples/hello-world/RunnerConfig.py
@@ -10,14 +10,6 @@
10
from pathlib import Path
11
from os.path import dirname, realpath
12
13
-from Plugins.Profilers import CodecarbonWrapper
14
-from Plugins.Profilers.CodecarbonWrapper import DataColumns as CCDataCols
15
-
16
-@CodecarbonWrapper.emission_tracker(
17
- data_columns=[CCDataCols.EMISSIONS, CCDataCols.ENERGY_CONSUMED],
18
- country_iso_code="NLD" # your country code
19
-)
20
21
22
class RunnerConfig:
23
ROOT_DIR = Path(dirname(realpath(__file__)))
0 commit comments