diff --git a/solutions/__init__.py b/solutions/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/solutions/tests/__init__.py b/solutions/tests/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/solutions/tests/test_IsPrime.py b/solutions/tests/test_IsPrime.py index 6f5fd4a9e..548d89a5b 100644 --- a/solutions/tests/test_IsPrime.py +++ b/solutions/tests/test_IsPrime.py @@ -1,10 +1,3 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -Created on XX XX XX - -@author: Mohammed Elfadil -""" import unittest from solutions.IsPrime import IsPrime