Skip to content

Commit

Permalink
removed scapy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldverg committed Sep 24, 2024
1 parent 4964968 commit efb08b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions odscli/sdk/metrics/measure_carbon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import logging
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
import requests
import pandas as pd
import os
Expand Down

0 comments on commit efb08b5

Please sign in to comment.