Skip to content

Commit

Permalink
✅ test: 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamgreyson committed Dec 11, 2024
1 parent 5463e9c commit 4918d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_whitelist/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
:example: config.huawei.regions[0].region
"""

from __future__ import annotations
import os
import yaml
from __future__ import annotations
from pydantic import BaseModel
from typing import List, Union, Optional, Dict, Any

Expand Down

0 comments on commit 4918d83

Please sign in to comment.