Skip to content

Commit

Permalink
تنسيق الملف وفق PyCharm
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Sep 16, 2024
1 parent 808e7ce commit a47cec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_zakat_tracker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
from zakat import ZakatTracker, Helper, DictModel


def test_zakat_tracker():
start = Helper.time()
os.chdir('tests')
Expand All @@ -15,4 +16,4 @@ def test_zakat_tracker():
print("######## TEST DONE ########")
print("#########################")
print(Helper.duration_from_nanoseconds(Helper.time() - start))
print("#########################")
print("#########################")

0 comments on commit a47cec0

Please sign in to comment.