Skip to content

Commit

Permalink
swapped ConfigParser with RawConfigParser per #1398 (review)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsw70 committed May 21, 2024
1 parent 1e9b02f commit f5bb0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplemonitor/util/envconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os
import re
from configparser import BasicInterpolation, ConfigParser, RawConfigParser
from configparser import BasicInterpolation, RawConfigParser
from typing import Any, List, Optional


Expand Down

0 comments on commit f5bb0ef

Please sign in to comment.