Skip to content

Commit

Permalink
Add missing os import
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l authored and SuaYoo committed Jan 7, 2025
1 parent 7a117f2 commit af44c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/btrixcloud/background_jobs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""k8s background jobs"""

import asyncio
import os
from datetime import datetime
from typing import Optional, Tuple, Union, List, Dict, TYPE_CHECKING, cast
from uuid import UUID
Expand Down

0 comments on commit af44c6b

Please sign in to comment.