Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Muna-S committed Jan 12, 2025
1 parent 2c8d4e0 commit d0b8090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/binary_decimal_conversion.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
A module for converting between binary and decimal numbers.
Created by Muna Sattouf on 29/12/2024
Expand Down
4 changes: 4 additions & 0 deletions solutions/tests/test_binary_decimal_conversion.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-


"""
Module: test_binary_decimal_conversion
contains test cases for the solution code.
Expand Down

0 comments on commit d0b8090

Please sign in to comment.