Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Oct 16, 2023
1 parent 415ce6a commit ff29f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/language/validation/safe-ds-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ import {
namedTypeTypeArgumentListMustNotHavePositionalArgumentsAfterNamedArguments,
} from './other/types/namedTypes.js';
import { classMustNotInheritItself, classMustOnlyInheritASingleClass } from './inheritance.js';
import {pythonNameShouldDifferFromSafeDsName} from "./builtins/pythonName.js";
import {pythonModuleShouldDifferFromSafeDsPackage} from "./builtins/pythonModule.js";
import { pythonNameShouldDifferFromSafeDsName } from './builtins/pythonName.js';
import { pythonModuleShouldDifferFromSafeDsPackage } from './builtins/pythonModule.js';

/**
* Register custom validation checks.
Expand Down

0 comments on commit ff29f00

Please sign in to comment.