Skip to content

Commit

Permalink
after review edit -new challenge Fibonacci
Browse files Browse the repository at this point in the history
RandomProjects-db committed Jan 12, 2025
1 parent 2a5d9e2 commit 87a1d08
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/fibonacci.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/usr/bin/env python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
3 changes: 2 additions & 1 deletion solutions/tests/test_fibonacci.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/usr/bin/env python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
@@ -18,6 +18,7 @@
"""

import unittest

from solutions.fibonacci import generate_fibonacci


0 comments on commit 87a1d08

Please sign in to comment.