Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealfadil committed Dec 28, 2024
1 parent 9e1417f commit 727f065
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions solutions/tests/test_IsPrime.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on XX XX XX
@author: Mohammed Elfadil
"""
import unittest

from solutions.IsPrime import IsPrime
Expand Down

0 comments on commit 727f065

Please sign in to comment.