mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 18:49:26 +08:00
Correct ruff failures (#8732)
* fix: Correct ruff problems * updating DIRECTORY.md * fix: Fix pre-commit errors * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
793e564e1d
commit
1faf10b5c2
@ -24,7 +24,7 @@ class Fibonacci:
|
||||
return self.sequence[:index]
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
print(
|
||||
"Fibonacci Series Using Dynamic Programming\n",
|
||||
"Enter the index of the Fibonacci number you want to calculate ",
|
||||
|
Reference in New Issue
Block a user