Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Safaishag committed Jan 12, 2025
1 parent 479daca commit 3de20bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions solutions/factorial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This module provides a function to calculate the factorial of a number recursively.
Expand Down
2 changes: 0 additions & 2 deletions solutions/tests/test_factorial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Unit tests for factorial_calculator.py.
"""
Expand Down

0 comments on commit 3de20bf

Please sign in to comment.