Skip to content

Commit aa807e0

Browse files
committed
work in progress
1 parent ef47305 commit aa807e0

File tree

18 files changed

+2927
-443
lines changed

18 files changed

+2927
-443
lines changed

examples/python/flask/api/wizards/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
from api.data.hobbits import Hobbit, hobbits
12
from api.wizards.data import Wizard, wizards
23

3-
44
class WizardService:
55
def get_wizards(self):
66
return wizards

packages/cli/src/cli/handlers/audit/view2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import yargs from "yargs";
22
import { globalOptions } from "../../helpers/options";
33
import { getConfigFromWorkDir } from "../../../config/localConfig";
44
import { globSync } from "glob";
5-
import { PythonAuditManifesto } from "../../../dependencyExtractor/python/auditManifesto";
5+
import { PythonAuditManifesto } from "../../../languagePlugin2/python/auditManifesto";
66

77
async function handler(
88
argv: yargs.ArgumentsCamelCase<

packages/cli/src/dependencyExtractor/python/dependencyResolver/index.ts

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)