mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-12-11 00:21:24 +01:00
refactor: usage of built-in type hinting in Python solutions
This commit is contained in:
@@ -35,7 +35,7 @@ export class GenerateSolutionCommand extends Command {
|
||||
validator: typanion.isString()
|
||||
})
|
||||
|
||||
async execute (): Promise<number> {
|
||||
async execute(): Promise<number> {
|
||||
try {
|
||||
const solution = await Solution.generate({
|
||||
name: this.solutionName,
|
||||
|
||||
Reference in New Issue
Block a user