Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

pep8 in various interfaces #36746

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Conversation

fchapoton
Copy link
Contributor

pep8 clean in several files in interfaces

馃摑 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.

@@ -367,7 +367,7 @@ def get(self, var):
"""
s = self.eval('%s' % var)
i = s.find('=')
return s[i+1:]
return s[i + 1:]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as in #36745

Copy link
Member

@mkoeppe mkoeppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM

Copy link

Documentation preview for this PR (built with commit 6c3fd7e; changes) is ready! 馃帀

@vbraun
Copy link
Member

vbraun commented Dec 9, 2023

merge conflict

@vbraun vbraun merged commit f66d283 into sagemath:develop Dec 10, 2023
19 checks passed
@fchapoton fchapoton deleted the pep8-various-interfaces branch December 10, 2023 14:02
@mkoeppe mkoeppe added this to the sage-10.3 milestone Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants