Skip to content

Commit

Permalink
change solution file name to binary_to_decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonColmenares committed Dec 29, 2024
1 parent 882e0da commit 291c9fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
}
}
}
11 changes: 6 additions & 5 deletions collaboration/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ ______________________________________________________________________

## Communication Schedule

| Day | How | The topic of discussion | | --- | :-: | ----------------------- |
| | | |
| Day | How | The topic of discussion |
|------|:----:|-------------------------|
| | | |

## Communication Channels

Expand All @@ -31,9 +32,9 @@ ______________________________________________________________________

### Availability for calling/messaging

| Day | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday | |
------ | :----: | :-----: | :-------: | :------: | :----: | :------: | :----: |
| _name_ | | | | | | | |
| Day | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday|
|----------|:------:|:-------:|:---------:|:--------:|:------:|:--------:|:----:|
|Ramon| | | | | | | |

### How many hours everyone has per day

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion solutions/tests/challenge_15/test_binary_to_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import unittest

from solutions.challenge_15.solution import binary_to_decimal
from solutions.challenge_15.binary_to_decimal import binary_to_decimal


class TestBinaryToDecimal(unittest.TestCase):
Expand Down

0 comments on commit 291c9fb

Please sign in to comment.