Skip to content

Commit

Permalink
Merge pull request #3407 from voxel51/refactor/move-dedent-to-shared
Browse files Browse the repository at this point in the history
move dedent to shared
  • Loading branch information
sashankaryal authored Aug 8, 2023
2 parents c0cf64a + 786d2ca commit 46f6093
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion e2e-pw/src/shared/python-runner/python-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import dotenv from "dotenv";
import fs from "fs";
import os from "os";
import path from "path";
import { dedentPythonCode } from "src/oss/fixtures/dedent";
import { dedentPythonCode } from "src/oss/utils/dedent";

dotenv.config({ path: process.env.CI ? ".env.ci" : ".env.dev" });

Expand Down

0 comments on commit 46f6093

Please sign in to comment.