Skip to content

Changed obj to abstract classname whereever applicable! #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed

Changed obj to abstract classname whereever applicable! #59

wants to merge 6 commits into from

Conversation

TarunTomar122
Copy link
Contributor

Fixes #57

Brief description of what is fixed or changed

Changed obj to abstract classname whereever applicable!

Other comments

@TarunTomar122 TarunTomar122 deleted the Test branch December 23, 2019 20:18
@TarunTomar122 TarunTomar122 restored the Test branch December 23, 2019 20:18
@TarunTomar122 TarunTomar122 reopened this Dec 23, 2019
@czgdp1807
Copy link
Member

Thanks for the PR.
Use a new branch for a new PR. Test has already been used in one of your PRs.
Update master locally and checkout to a new branch from there and then do your work.

@czgdp1807 czgdp1807 added invalid This doesn't seem right miscellaneous labels Dec 24, 2019
@czgdp1807
Copy link
Member

Closing this PR in favour of #63

@czgdp1807 czgdp1807 closed this Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right miscellaneous
Projects
None yet
Development

Successfully merging this pull request may close these issues.

obj = object.__new__(cls)
2 participants