Skip to content

Commit 0004592

Browse files
committed
fix toml import
1 parent 053b87b commit 0004592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oneping/providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# default arguments
22

33
import os
4-
import toml
4+
import tomllib
55
from pathlib import Path
66

77
from .utils import split_image_uri, ensure_image_uri, Config

0 commit comments

Comments
 (0)