Skip to content
Snippets Groups Projects
Commit 9299c373 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

indentation

parent 789a9503
No related branches found
No related tags found
1 merge request!336Pylint checks
......@@ -19,4 +19,4 @@ class Utils(TestCase):
todate = datetime.datetime(2018, 10, 12, 00, 00, 00)
fromdate = datetime.datetime(2018, 10, 9, 00, 00, 00)
weekdays = get_weekdays_in_period(fromdate, todate)
self.assertEqual(weekdays, {2, 3, 4})
\ No newline at end of file
self.assertEqual(weekdays, {2, 3, 4})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment