Skip to content

Commit

Permalink
Remove dead code (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal authored May 22, 2024
1 parent 0654b85 commit 1bc13fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions metaflow/plugins/kubernetes/kubernetes_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@ def create(self):
# (unique UID) per Metaflow task attempt.
client = self._client.get()

# tmpfs variables
use_tmpfs = self._kwargs["use_tmpfs"]
tmpfs_size = self._kwargs["tmpfs_size"]
tmpfs_enabled = use_tmpfs or (tmpfs_size and not use_tmpfs)

self._job = client.V1Job(
api_version="batch/v1",
kind="Job",
Expand Down

0 comments on commit 1bc13fc

Please sign in to comment.