Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Nov 21, 2024
1 parent 960d76a commit a01cd55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This project welcomes contributions and suggestions. Contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant the rights to use your contribution.

When you submit a pull request, a CLA bot will determine whether you need to sign a CLA. Simply follow the instructions provided.
When you submit a pull request, a CLA bot will determine whether you need to sign a CLA. Simply follow the instructions provided.
2 changes: 1 addition & 1 deletion LICENSES/BSD-3-Clause.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) <year> <owner>.
Copyright (c) <year> <owner>.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
1 change: 1 addition & 0 deletions src/sgl/device/tests/test_reflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ def test_is_sub_type(test_id: str, device_type: sgl.DeviceType):
assert i2.name == "IHello2"
assert module.layout.is_sub_type(t, i)


@pytest.mark.skip("Added early")
@pytest.mark.parametrize("device_type", helpers.DEFAULT_DEVICE_TYPES)
def test_hot_reload_invalid(test_id: str, device_type: sgl.DeviceType):
Expand Down

0 comments on commit a01cd55

Please sign in to comment.